Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcefghj/competitive-intelligence-multi-agent
/ RedisConfig
Class
RedisConfig
python/src/config.py:40–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
@dataclass(frozen=True)
40
class
RedisConfig:
41
url: str = os.getenv(
"REDIS_URL"
,
"redis://localhost:6379/0"
)
42
43
44
@dataclass(frozen=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected