分布式系统状态下redis存储asp.net session使用第三方Providers驱动

https://github.com/ServiceStack/ServiceStack.Redis (redis客户端组件) 注:redis服务端在windows不太稳定,一般部署在Linux下。

https://github.com/Malediction/Booksleeve (redis客户端组件) 

redis在.net架构中的应用(1)--使用servicestack连接redis 

redis在.net架构中的应用(2)--并发和原子操作不可兼得

https://github.com/kylesonaty/AspNetRedisProviders
https://github.com/welegan/RedisSessionProvider

https://github.com/yesdocs/RediSession

ServiceStack.Redis ★  https://github.com/ServiceStack/ServiceStack.Redis  
Booksleeve ★   http://code.google.com/p/booksleeve/  
Sider  http://nuget.org/List/Packages/Sider  
TeamDev Redis Client  http://redis.codeplex.com/  
redis-sharp   https://github.com/migueldeicaza/redis-sharp

参考来源:http://redis.io/clients

原文地址:https://www.cnblogs.com/fx2008/p/4070523.html