Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

2.1.3

Latest
Compare
Choose a tag to compare
@Grokzen Grokzen released this 30 May 09:23
· 3 commits to master since this release

2.1.3 (May 30 2021)

* Add example script pipelin-readonly-replica.py to show how to use replica nodes to offload read commands from primary node
* max_connection now defaults to 50 in ClusterBlockingConnectionPool to avoid issue with infinite loop in queue mechanism
* Using read replica for read commands inside pipeline is now better supported. Feature might be unstable to use as own risk.
* Fixed that in some cases where ConnectionError is raised, a non existing connection was attempted to be disconnected and caused a sub exception to be raised.