Redis:在windows环境安装Redis
摘要:第一步:下载windows版本的Redis:https://github.com/MSOpenTech/Redis。第二步:在命令行执行:D:\redis-2.6\redis-server.exe。第三步:这里有教程:https://github.com/ServiceStack/ServiceStack.Redis。C#版本的客户端类库Write、Read和Remove测试代码下载:http://yunpan.cn/QtNrcGxnPRVdV。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4
阅读全文
posted @ 2013-07-18 08:55