mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Upgrade Redis to 4.2.1.
This commit is contained in:
@ -56,7 +56,7 @@ class Cache
|
||||
|
||||
def exist?(name)
|
||||
key = normalize_key(name)
|
||||
redis.exists(key)
|
||||
redis.exists?(key)
|
||||
end
|
||||
|
||||
# this removes a bunch of stuff we do not need like instrumentation and versioning
|
||||
|
Reference in New Issue
Block a user