Ace Subido
Ace Subido

Reputation: 86

Any (.NET) Redis SessionStore libraries?

I'm trying to search for a good library that uses Redis as a SessionStore for an upcoming WebAPI project. After searching, I've seen this github repo that kind of does that. Any other libraries similar to this one? Thanks!

Upvotes: 2

Views: 693

Answers (1)

Jeff French
Jeff French

Reputation: 1029

Here's one that is based the ServiceStack.Redis client and is available via NuGet:

https://github.com/TheCloudlessSky/Harbour.RedisSessionStateStore

http://nuget.org/packages/Harbour.RedisSessionStateStore

Upvotes: 1

Related Questions