Replies: 1 comment 5 replies
-
Yes, we can incorporate this to this package. I take it from your code that the Redis client does not offer a URL format for Sentinel connections? That would be preferable. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
During my quest of supporting Redis Sentinel in Open WebUI (open-webui/open-webui#11148) I've created a class AsyncRedisSentinelManager , derived from AsyncRedisManager :
https://github.com/Ithanil/open-webui/blob/e68cd9b6718374f243d94bc2fb62dc4b6db25b08/backend/open_webui/utils/redis.py#L42
It works fine, but of course it would be much more robust to have this supported in python-socketio itself. Would you be open to this?
Beta Was this translation helpful? Give feedback.
All reactions