RedisSessionProvider
RedisSessionProvider copied to clipboard
Add Redis High Availability (Cluster/Sentinel) Feature
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.