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
There are lots of warnings with redis 4.8.0 and redis-namespace 1.9.0:
Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
redis.brpop("myapp:queue:myqueue", timeout: 2)(called from: /home/me/.bundle/ruby/2.6.0/gems/redis-namespace-1.9.0/lib/redis/namespace.rb:479:in `call_with_namespace')
How are you calling to redis-namespace? I have some apps on 5.0 with the latest redis-namespace that do not exhibit this problem, but we also send over timeouts as a hash, not a positional argument.
There are lots of warnings with
redis
4.8.0 andredis-namespace
1.9.0:This is the location:
redis-namespace/lib/redis/namespace.rb
Line 480 in 2c1ae0f
Related Sidekiq issue: sidekiq/sidekiq#5488 (comment)
The text was updated successfully, but these errors were encountered: