mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
DEV: Remove old redis option (#17427)
`Redis.exists_returns_integer` is now true by default
This commit is contained in:
parent
d90cdba70f
commit
040e1650f6
@ -5,10 +5,6 @@ if Rails.env.development? && ENV['DISCOURSE_FLUSH_REDIS']
|
||||
Discourse.redis.flushdb
|
||||
end
|
||||
|
||||
# Pending https://github.com/MiniProfiler/rack-mini-profiler/pull/450 and
|
||||
# upgrade to Sidekiq 6.1
|
||||
Redis.exists_returns_integer = true
|
||||
|
||||
begin
|
||||
if Gem::Version.new(Discourse.redis.info['redis_version']) < Gem::Version.new("6.2.0")
|
||||
STDERR.puts "Discourse requires Redis 6.2.0 or up"
|
||||
|
Loading…
x
Reference in New Issue
Block a user