We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63befa5 commit 03b060fCopy full SHA for 03b060f
CHANGELOG.md
@@ -28,6 +28,13 @@
28
- Removed the `synchrony` driver.
29
- Removed `Redis.exists_returns_integer`, it's now always enabled.
30
31
+# 4.8.0
32
+
33
+* Introduce `sadd?` and `srem?` as boolean returning versions of `sadd` and `srem`.
34
+* Deprecate `sadd` and `srem` returning a boolean when called with a single argument.
35
+ To enable the redis 5.0 behavior you can set `Redis.sadd_returns_boolean = true`.
36
+* Deprecate passing `timeout` as a positional argument in blocking commands (`brpop`, `blop`, etc).
37
38
# 4.7.1
39
40
* Gracefully handle OpenSSL 3.0 EOF Errors (`OpenSSL::SSL::SSLError: SSL_read: unexpected eof while reading`). See #1106
0 commit comments