mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +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_mime"
|
||||||
gem "mini_suffix"
|
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.
|
# This is explicitly used by Sidekiq and is an optional dependency.
|
||||||
# We tell Sidekiq to use the namespace "sidekiq" which triggers this
|
# We tell Sidekiq to use the namespace "sidekiq" which triggers this
|
||||||
|
|
|
@ -636,7 +636,7 @@ DEPENDENCIES
|
||||||
rbtrace
|
rbtrace
|
||||||
rchardet
|
rchardet
|
||||||
redcarpet
|
redcarpet
|
||||||
redis
|
redis (< 5.0)
|
||||||
redis-namespace
|
redis-namespace
|
||||||
rinku
|
rinku
|
||||||
rotp
|
rotp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user