Skip to content

Commit ce508dc

Browse files
authored
Merge pull request #1149 from bpo/fix-sadd-returns-boolean-changelog
fix changelog instructions for enabling 5.0 behavior
2 parents 65aa1df + 987961b commit ce508dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
* Introduce `sadd?` and `srem?` as boolean returning versions of `sadd` and `srem`.
4141
* 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`.
42+
To enable the redis 5.0 behavior you can set `Redis.sadd_returns_boolean = false`.
4343
* Deprecate passing `timeout` as a positional argument in blocking commands (`brpop`, `blop`, etc).
4444

4545
# 4.7.1

0 commit comments

Comments
 (0)