Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ _get_redis
Function
_get_redis
apps/output/streaming_chunk_cache.py:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
63
64
def
_get_redis():
65
from
django_redis
import
get_redis_connection
66
67
return
get_redis_connection(
"default"
)
68
69
70
def
_get_status(redis, base_key):
Callers
1
stream_cached_response
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected