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#srem will always return an Integer in Redis 5.0.0. Use Redis#srem? instead.(called from: /app/vendor/bundle/ruby/3.2.0/gems/redis-namespace-1.10.0/lib/redis/namespace.rb:558:in `wrapped_send')
Redis
(4.8.1)is raising the following exception;Related PRs:
To avoid noisy deprecation messages for now, I'm using the following (in
config/initializers/redis.rbfor a Rails app);Happy to test if anyone's able to propose a fix 🙏 Thanks a lot