Dependencies between sidekiq 5.2.9 and 5.2.10 #5306
-
|
I have a quick question about moving from sidekiq 5.2.9 to 5.2.10. Why is there such a big version difference for redis between these two versions? I need to upgrade to 5.2.10 to take care of some security vulnerabilities, but doing so requires me to upgrade the redis library from 3.3 to 4.5, which breaks all my redis connections. Any help related to this would be deeply appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
redis 4.4 and 4.5 have a bunch of deprecations. Either I lock 5.2.10 to redis <4.5 and never update the redis gem or update 5.2.10 to use the newer APIs and lock to 4.5+. If we want security fixes, I have to keep current so that was my choice. |
Beta Was this translation helpful? Give feedback.
redis 4.4 and 4.5 have a bunch of deprecations. Either I lock 5.2.10 to redis <4.5 and never update the redis gem or update 5.2.10 to use the newer APIs and lock to 4.5+. If we want security fixes, I have to keep current so that was my choice.