You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Package redisc implements a redis cluster client built on top of the [redigo pac
11
11
12
12
## Releases
13
13
14
+
***v1.4.0** : Improve the reliability of the refresh of cluster mapping for edge cases where no nodes are known anymore (thanks to [@ljfuyuan][ljfuyuan]).
15
+
14
16
***v1.3.2** : Export the `HashSlots` constant to make it nicer to write the `Cluster.LayoutRefresh` function signature.
15
17
16
18
***v1.3.1** : Fix closing/releasing of connections used in `Cluster.EachNode`.
@@ -91,3 +93,4 @@ The [BSD 3-Clause license][bsd].
0 commit comments