MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / _clear_build_keys

Function _clear_build_keys

apps/output/streaming_chunk_cache.py:77–83  ·  view source on GitHub ↗
(redis, base_key)

Source from the content-addressed store, hash-verified

75
76
77def _clear_build_keys(redis, base_key):
78 redis.delete(
79 _chunks_key(base_key),
80 _status_key(base_key),
81 _ready_key(base_key),
82 _lock_key(base_key),
83 )
84
85
86def _try_acquire_lock(redis, base_key, lock_ttl):

Callers 2

_stream_followFunction · 0.85
stream_cached_responseFunction · 0.85

Calls 5

_chunks_keyFunction · 0.85
_status_keyFunction · 0.85
_ready_keyFunction · 0.85
_lock_keyFunction · 0.85
deleteMethod · 0.45

Tested by

no test coverage detected