Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ get
Method
get
t/unit/backends/test_redis.py:101–102 · t/unit/backends/test_redis.py::Redis.get
(self, key)
Source
from the content-addressed store, hash-verified
99
self.connection = self.Connection()
100
101
def
get(self, key):
102
return
self.keyspace.get(key)
103
104
def
mget(self, keys):
105
return
[self.get(key)
for
key in keys]
Callers
15
mget
Method · 0.95
await_redis_count
Function · 0.45
test_link_error_eager
Method · 0.45
test_link_error
Method · 0.45
test_link_error_callback_error_callback_retries_eager
Method · 0.45
test_link_error_callback_retries
Method · 0.45
test_link_error_using_signature_eager
Method · 0.45
test_link_error_using_signature
Method · 0.45
test_simple_chain
Method · 0.45
test_single_chain
Method · 0.45
test_complex_chain
Method · 0.45
test_group_results_in_chain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected