Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ get
Method
get
celery/backends/redis.py:404–405 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
402
self.result_consumer.consume_from(task_id)
403
404
def
get(self, key):
405
return
self.client.get(key)
406
407
def
mget(self, keys):
408
return
self.client.mget(keys)
Callers
9
__init__
Method · 0.45
_params_from_url
Method · 0.45
ensure
Method · 0.45
_chord_zset
Method · 0.45
_transport_options
Method · 0.45
on_chord_part_return
Method · 0.45
_params_from_url
Method · 0.45
_get_sentinel_instance
Method · 0.45
_get_pool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected