This commit is contained in:
KMY 2025-03-14 09:37:59 +09:00
parent 4c49ac2a07
commit 4a5bf16e73

View file

@ -5,6 +5,10 @@ class Redis
def exists?(...)
call_with_namespace('exists?', ...)
end
def with
yield self
end
end
end