mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
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:
parent
7cf04d96c3
commit
fdff9b06a5
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -636,7 +636,7 @@ DEPENDENCIES
|
|||
rbtrace
|
||||
rchardet
|
||||
redcarpet
|
||||
redis
|
||||
redis (< 5.0)
|
||||
redis-namespace
|
||||
rinku
|
||||
rotp
|
||||
|
|
Loading…
Reference in New Issue
Block a user