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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
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'}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this deprecation warning with the latest version of sidekiq:
The text was updated successfully, but these errors were encountered: