Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ delete
Method
delete
t/unit/backends/test_redis.py:118–119 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
116
return
expires
117
118
def
delete(self, key):
119
return
bool(self.keyspace.pop(key, None))
120
121
def
pipeline(self):
122
return
self.Pipeline(self)
Callers
15
test_group_chord_group_chain
Method · 0.45
test_second_order_replace
Method · 0.45
test_chain_replaced_with_a_chain_and_a_callback
Method · 0.45
test_chain_replaced_with_a_chain_and_an_error_callback
Method · 0.45
test_chain_with_cb_replaced_with_chain_with_cb
Method · 0.45
test_chain_flattening_keep_links_of_inner_chain
Method · 0.45
test_chain_with_eb_replaced_with_chain_with_eb
Method · 0.45
test_chain_children_with_callbacks
Method · 0.45
test_chain_children_with_errbacks
Method · 0.45
test_chain_with_callback_child_replaced
Method · 0.45
test_chain_with_errback_child_replaced
Method · 0.45
test_chain_child_with_callback_replaced
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected