MCPcopy
hub / github.com/celery/celery / delete

Method delete

celery/backends/couchbase.py:113–114  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

111 return self.connection.get_multi(keys)
112
113 def delete(self, key):
114 self.connection.remove(key)

Callers 1

test_deleteMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by 1

test_deleteMethod · 0.76