DEV: Upgrade Redis to 4.2.1.

This commit is contained in:
Guo Xiang Tan
2020-06-15 09:57:44 +08:00
parent 1303e89a72
commit 0ff86b00cb
7 changed files with 12 additions and 40 deletions

View File

@ -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