Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0 #32

Open
rgaufman opened this issue Feb 21, 2022 · 0 comments

Comments

@rgaufman
Copy link

I'm getting this deprecation warning with the latest version of sidekiq:

Feb 21 11:37:48 bundle[1588120]: Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0.
Feb 21 11:37:48 bundle[1588120]: redis.multi do
Feb 21 11:37:48 bundle[1588120]:   redis.get("key")
Feb 21 11:37:48 bundle[1588120]: end
Feb 21 11:37:48 bundle[1588120]: should be replaced by
Feb 21 11:37:48 bundle[1588120]: redis.multi do |pipeline|
Feb 21 11:37:48 bundle[1588120]:   pipeline.get("key")
Feb 21 11:37:48 bundle[1588120]: end
Feb 21 11:37:48 bundle[1588120]: (called from /data/vendor/bundle/ruby/3.0.0/gems/sidekiq-middleware-0.3.0/lib/sidekiq-middleware/client/unique_jobs.rb:43:in `status'}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant