Skip to content

Commit 58ff0c2

Browse files
committed
Update changelog.
1 parent dc5f805 commit 58ff0c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
* Fixed an issue where connections become inconsistent when using Ruby's
2626
Timeout module outside of the client (see #501, #502).
2727

28+
* Added `Redis#disconnect!` as a public-API way of disconnecting the client
29+
(without needing to use `QUIT`). See #506.
30+
31+
* Fixed Sentinel support with Hiredis.
32+
33+
* Fixed Sentinel support when using authentication and databases.
34+
2835
# 3.2.0
2936

3037
* Redis Sentinel support.

0 commit comments

Comments
 (0)