resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Fix warning message #212

Closed jawny-utah closed 1 year ago

jawny-utah commented 1 year ago

Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.