mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 21:14:51 +00:00
Fix Stoplight errors when using REDIS_NAMESPACE
(#34126)
This commit is contained in:
parent
207029eb2f
commit
d489fa36f2
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ class Redis
|
||||||
def exists?(...)
|
def exists?(...)
|
||||||
call_with_namespace('exists?', ...)
|
call_with_namespace('exists?', ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def with
|
||||||
|
yield self
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue