Skip to content

Commit

Permalink
Merge pull request #1146 from bpo/fix-sadd-returns-boolean-changelog
Browse files Browse the repository at this point in the history
fix changelog instructions for enabling 5.0 behavior
  • Loading branch information
byroot committed Sep 2, 2022
2 parents 9edb204 + 47f4ff6 commit d0d7355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Introduce `sadd?` and `srem?` as boolean returning versions of `sadd` and `srem`.
* Deprecate `sadd` and `srem` returning a boolean when called with a single argument.
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`.
* Deprecate passing `timeout` as a positional argument in blocking commands (`brpop`, `blop`, etc).

# 4.7.1
Expand Down

0 comments on commit d0d7355

Please sign in to comment.