LangGraph Server support for Redis + Sentinel #4137
pgarbienzen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The LangGraph Server currently does not support Redis Sentinel. It relies on a direct connection via REDIS_URI to create a coredis.Redis client. Are there plans to add support for connecting through Sentinel instances? Given that coredis offers Sentinel support, this feature would be highly beneficial for running agent workloads in production environments.
Beta Was this translation helpful? Give feedback.
All reactions