TheCloudlessSky / Harbour.RedisSessionStateStore

A Redis based SessionStateStoreProvider written in C# using ServiceStack.Redis.
MIT License
166 stars 76 forks source link

RedisSessionStateStoreProvider using Sentinels #31

Closed hovissimo closed 9 years ago

hovissimo commented 9 years ago

As far as I can tell, the RedisSessionStateStoreProvider can't connect to a master based on the get-master-addr-by-name API available from Redis sentinels.

Are there any plans to add sentinel-connection support?

TheCloudlessSky commented 9 years ago

Hi @hovissimo,

There aren't any plans to do this as Microsoft now has their own Redis SessionState provider. I recommend you take a look at their provider since I'm no longer using session state on any of my projects.

Cheers!