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.
2 parents 65aa1df + 987961b commit ce508dcCopy full SHA for ce508dc
CHANGELOG.md
@@ -39,7 +39,7 @@
39
40
* Introduce `sadd?` and `srem?` as boolean returning versions of `sadd` and `srem`.
41
* Deprecate `sadd` and `srem` returning a boolean when called with a single argument.
42
- To enable the redis 5.0 behavior you can set `Redis.sadd_returns_boolean = true`.
+ To enable the redis 5.0 behavior you can set `Redis.sadd_returns_boolean = false`.
43
* Deprecate passing `timeout` as a positional argument in blocking commands (`brpop`, `blop`, etc).
44
45
# 4.7.1
0 commit comments