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 ignore username.
    • ๐Ÿ”‹ 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])