mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
- Implement SentinelRedisProxy class with automatic master discovery - Add retry logic for handling connection failures and read-only errors - Support both async and sync Redis operations with Sentinel - Ensure backward compatibility with existing Redis configurations - Provide seamless failover during master node outages This enhancement significantly improves system reliability by eliminating single points of failure in Redis deployments and ensuring continuous service availability during infrastructure issues. Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com> |
||
|---|---|---|
| .. | ||
| images | ||
| telemetry | ||
| access_control.py | ||
| audit.py | ||
| auth.py | ||
| chat.py | ||
| code_interpreter.py | ||
| embeddings.py | ||
| filter.py | ||
| logger.py | ||
| middleware.py | ||
| misc.py | ||
| models.py | ||
| oauth.py | ||
| payload.py | ||
| pdf_generator.py | ||
| plugin.py | ||
| redis.py | ||
| response.py | ||
| security_headers.py | ||
| task.py | ||
| tools.py | ||
| webhook.py | ||