DEV: Peg redis client to 4.0 (#26104)

Peg redis to 4.0 and explain it still does not work on 5.0
This commit is contained in:
Keenan Brock 2024-04-19 03:22:12 -04:00 committed by GitHub
parent 7cf04d96c3
commit fdff9b06a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,9 @@ gem "mail"
gem "mini_mime"
gem "mini_suffix"
gem "redis"
# config/initializers/006-mini_profiler.rb depends upon the RedisClient#call.
# Rework this when upgrading to redis client 5.0 and above.
gem "redis", "< 5.0"
# This is explicitly used by Sidekiq and is an optional dependency.
# We tell Sidekiq to use the namespace "sidekiq" which triggers this

View File

@ -636,7 +636,7 @@ DEPENDENCIES
rbtrace
rchardet
redcarpet
redis
redis (< 5.0)
redis-namespace
rinku
rotp