You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /Users/user/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/redis-namespace-1.11.0/lib/redis/namespace.rb:564:in `wrapped_send')
Warning says it is through redis-namespace but resque/redis-namespace#222 indicates that it is just the messenger.
Upgrading to Redis >= 5.0.0 will cause warnings:
Warning says it is through redis-namespace but resque/redis-namespace#222 indicates that it is just the messenger.
Opened PR with suggest fix: #4
The text was updated successfully, but these errors were encountered: