-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passthrough has been deprecated and will be removed in redis-namespace 2.0 #338
Comments
I recently noticed a similar warning got removed after PR #275 got merged. hope this helps |
I've just reached this problem through:
Passing 'time' command to redis as is; blind passthrough has been deprecated and will be removed in redis-namespace 2.0 (at /.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/sidekiq-unique-jobs-6.0.6/lib/sidekiq_unique_jobs/connection.rb:18:in `block in redis') After upgrade to Passing 'script' command to redis as is; administrative commands cannot be effectively namespaced and should be called on the redis connection directly; passthrough has been deprecated and will be removed in redis-namespace 2.0 (at /.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/sidekiq-unique-jobs-6.0.6/lib/sidekiq_unique_jobs/scripts.rb:57:in `script_sha') So based on the last warning message, I think it cannot be easily solved on |
I have yet to not fully test it, but I patched v5.0.10 version of this gem for this using changes found in #275 all tests are passing on travis |
You'd have to give me more information for me to help you on this @pacoguzman @everaldo. That line doesn't provide enough information for me to act. |
I'm sorry, @mhenrixon , but it's been a long time since I don't work on this project anymore. But I believe this bug (warning) happens in any project using the gem. |
Well since Mike won't support redis-namespace neither will I -> sidekiq/sidekiq#3366 (comment) Read this for how to migrate away from namespacing http://www.mikeperham.com/2017/04/10/migrating-from-redis-namespace/ |
Please, update the gem to remove this warning
Passing 'script' command to redis as is; administrative commands cannot be effectively namespaced and should be called on the redis connection directly; passthrough has been deprecated and will be removed in redis-namespace 2.0 (at $HOME/.rbenv/versions/2.4.4/lib/ruby/gems/2.4.0/gems/sidekiq-unique-jobs-6.0.6/lib/sidekiq_unique_jobs/scripts.rb:57:in `script_sha')
The text was updated successfully, but these errors were encountered: