Skip to content

v1.1.4: release 1.1.4

Compare
Choose a tag to compare
@NoneGG NoneGG released this 02 Mar 13:52
· 33 commits to master since this release
    * fix bug: fix cluster port parsing for redis 4+(node info)
    * fix bug: wrong parse method of scan_iter in cluster mode
    * fix bug: When using "zrange" with "desc=True" parameter, it returns a coroutine without "await"
    * fix bug: do not use stream_timeout in the PubSubWorkerThread
    * opt: add socket_keepalive options
    * new: add ssl param in get_redis_link to support ssl mode
    * new: add ssl_context to StrictRedis constructor and make it higher priority than ssl parameter