From 47f4ff6fdc34990c2993f4b71c8ba94efb1c90af Mon Sep 17 00:00:00 2001 From: Brian P O'Rourke Date: Thu, 1 Sep 2022 18:17:46 -0700 Subject: [PATCH] fix changelog instructions for enabling 5.0 behavior --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224bebb58..0299f9eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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