Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleifer/huey
/ flush_counters
Method
flush_counters
huey/storage.py:705–708 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
703
self.conn.delete(*keys)
704
705
def
flush_counters(self):
706
keys = list(self._counter_keys())
707
if
keys:
708
self.conn.delete(*keys)
709
710
711
class
RedisPriorityQueue(object):
Callers
nothing calls this directly
Calls
2
_counter_keys
Method · 0.95
delete
Method · 0.80
Tested by
no test coverage detected