Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleifer/huey
/ flush_counters
Method
flush_counters
huey/storage.py:617–618 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
615
self.conn.delete(self.result_key)
616
617
def
flush_counters(self):
618
self.conn.delete(self.counter_key)
619
620
621
class
RedisExpireStorage(RedisStorage):
Callers
nothing calls this directly
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected