redis-rb v4.8.0 Release Notes

    • 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 = false.
    • ๐Ÿ—„ Deprecate passing timeout as a positional argument in blocking commands (brpop, blop, etc).