MCPcopy
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)

Calls 1

popMethod · 0.45

Tested by

no test coverage detected