Skip to content

Releases: mna/redisc

v1.4.0

20 Oct 13:49
@mna mna
Compare
Choose a tag to compare

Improve the reliability of the Cluster refresh process for an edge case.

v1.3.2

05 Sep 19:37
@mna mna
Compare
Choose a tag to compare

Export HashSlots constant to make it nicer to write the Cluster.LayoutRefresh signature.

v1.3.1

04 Sep 19:56
@mna mna
Compare
Choose a tag to compare

Fix closing/releasing of connections used in Cluster.EachNode.

v1.3.0

04 Sep 19:20
@mna mna
13aabde
Compare
Choose a tag to compare

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

19 May 18:48
@mna mna
Compare
Choose a tag to compare
Fix links to new godoc

v1.2.0

18 May 12:31
@mna mna
Compare
Choose a tag to compare
Update readme

v1.1.7

03 Feb 23:42
@mna mna
Compare
Choose a tag to compare
update doc

Append error messages when returning "all nodes failed"

20 Aug 13:52
@mna mna
Compare
Choose a tag to compare
v1.1.6

append actual error messages when returning "all nodes failed"

Add Cluster.PoolWaitTime to support Pool.GetContext

01 Feb 13:52
@mna mna
Compare
Choose a tag to compare
v1.1.5

Merge branch 'iwanbk-add-get-timeout', fixes #22

Support redigo's ConnWithTimeout

27 Jan 16:23
@mna mna
Compare
Choose a tag to compare
v1.1.4

Merge branch 'letsfire-master', closes #17