You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/lit/adapters/redis_storage.rb
+11-3
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,18 @@ def initialize
16
16
Lit.redis
17
17
end
18
18
19
+
# This handles a change in the redis-rb gem that changes exists => exists?
20
+
defexists?(key)
21
+
# Use recommended binary-returning method create [with this redis-rb commit](https://github.com/redis/redis-rb/commit/bf42fc9e0db4a1719d9b1ecc65aeb20425d44427).
0 commit comments