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: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Unreleased
2
2
3
+
# 4.5.0
4
+
5
+
* Handle parts of the command using incompatible encodings. See #1037.
6
+
* Add GET option to SET command. See #1036.
7
+
* Add ZRANDMEMBER command. See #1035.
8
+
* Add LMOVE/BLMOVE commands. See #1034.
9
+
* Add ZMSCORE command. See #1032.
10
+
* Add LT/GT options to ZADD. See #1033.
11
+
* Add SMISMEMBER command. See #1031.
12
+
* Add EXAT/PXAT options to SET. See #1028.
13
+
* Add GETDEL/GETEX commands. See #1024.
14
+
*`Redis#exists` now returns an Integer by default, as warned since 4.2.0. The old behavior can be restored with `Redis.exists_returns_integer = false`.
15
+
* Fix Redis < 6 detection during connect. See #1025.
16
+
* Fix fetching command details in Redis cluster when the first node is unhealthy. See #1026.
17
+
3
18
# 4.4.0
4
19
5
20
* Redis cluster: fix cross-slot validation in pipelines. Fix ##1019.
0 commit comments