Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ mget
Method
mget
t/unit/backends/test_redis.py:104–105 ·
view source on GitHub ↗
(self, keys)
Source
from the content-addressed store, hash-verified
102
return
self.keyspace.get(key)
103
104
def
mget(self, keys):
105
return
[self.get(key)
for
key in keys]
106
107
def
setex(self, key, expires, value):
108
self.set(key, value)
Callers
6
test_mget
Method · 0.45
test_mget
Method · 0.45
test_mget
Method · 0.45
test_mget
Method · 0.45
test_mget
Method · 0.45
test_mget
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected