Releases: mna/redisc
Releases · mna/redisc
v1.4.0
v1.3.2
v1.3.1
v1.3.0
Add Cluster.EachNode
to call a function with a connection for each known node in the cluster; add optional Cluster
function field BgError
to receive notification of errors happening in background topology refreshes and on closing of RetryConn
after following a redirection to a new connection; add optional Cluster
function field LayoutRefresh
to receive the old and new cluster slot mappings to server address(es); and more, see the full changelog in the README.
v1.2.1
v1.2.0
v1.1.7
Append error messages when returning "all nodes failed"
v1.1.6 append actual error messages when returning "all nodes failed"
Add Cluster.PoolWaitTime to support Pool.GetContext
v1.1.5 Merge branch 'iwanbk-add-get-timeout', fixes #22
Support redigo's ConnWithTimeout
v1.1.4 Merge branch 'letsfire-master', closes #17