iredis v1.12.1 Release Notes
-
- ๐ Feature: support new command:
HRANDFIELD
. - ๐ Bugfix: all tests pass on redis:7 now.
- ๐ Feature: IRedis now accept
username
for auth, redis server version under 6 will ignoreusername
. - ๐ Feature: IRedis support prompt now, you can customize prompt string. (thanks to [aymericbeaumet])
- Feature: IRedis now honors the
ssl_cert_reqs
strategy, either specifying it via command line (--verify-ssl=<none|optional|required>
) or as an url parameter (ssl_cert_reqs
) when the connection is secured via tls (rediss://
). (authored by [torrefatto])
- ๐ Feature: support new command: