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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -