標籤:
http://blog.csdn.net/qiujialongjjj/article/details/17221777
C# Redis實戰(三) 串連池
http://www.cnblogs.com/jiagoushi/p/4024530.html
serviceStack.Redis 在PooledRedisClientManager 中設定密碼
http://www.cnblogs.com/marsblog/p/3287275.html
redis在.net架構中的應用(1)--使用servicestack串連redis
http://www.yiibai.com/redis/redis_quick_guide.html
Redis快速入門
http://www.oschina.net/question/12_27517
淺談 Redis 資料庫的索引值設計
http://blog.csdn.net/mindfloating/article/details/8121479
Redis 事務
https://www.nuget.org/packages/ServiceStack.Redis/
C# 調用redis
http://www.cnblogs.com/mushroom/p/4217541.html
c#實現redis用戶端
http://blog.csdn.net/renfufei/article/details/38474435
Windows下安裝並設定Redis
nuget
ServiceStack.Redis Version 3.9.71
https://servicestack.net/download#free-quotas
串連池,使用哪個DB
C# 類
IRedisClient、ICacheClient
1、sortedset、string、list、hash、set
2、if (!CacheRedisClient.ContainsKey(key)) 有沒有必要,沒有:string返回null,CacheRedisClient.GetItemIndexInSortedSetDesc()=-1
3、使用串連池
4、儲存有序集合,太多耗時
5、可擴充,key要短,key不可為中文,亂碼
報告解讀,TPS計算,50線程,250/50=5次,1000毫秒/5次=200毫秒/次
http://www.ha97.com/5095.html
redis相關資料