c# - How can I support the Redis sentinel architecture using StackExchange.Redis? -
my application uses stackexchange.redis
package , started using sentinel architecture in order support high availability , failures.
i've search web, trying find correct way should use connectionmultiplexer
object while using sentinel architecture , couldn't find useful answer.
some posts doesn't support yet or partially supports it, tell add redis connection addresses connection string , tell provided custom implementation subscribing events.
so, connectionmultiplexer
support kind of architecture?
if answer yes, how should connection string like?
you might looking this:
https://github.com/stackexchange/stackexchange.redis/pull/406
Comments
Post a Comment