RedisSessionProvider icon indicating copy to clipboard operation
RedisSessionProvider copied to clipboard

Add Redis High Availability (Cluster/Sentinel) Feature

Open vms20591 opened this issue 7 years ago • 0 comments

Hi,

I have added a small feature wrt Redis High Availability scenario (Cluster/Sentinel), where ASP.NET applications that manage the StackExchange.Redis.ConnectionMultiplexer can pass that instance to the session provider. This will ensure that the session provider and application talk to the same redis instance (Master) in case of failovers. Let me know in case of any issues.

vms20591 avatar Apr 04 '17 07:04 vms20591