06 2013 档案

摘要:需要的DLLusing ServiceStack.Common.Extensions;using ServiceStack.Redis;using ServiceStack.Redis.Generic;using ServiceStack.Text;using ServiceStack.Redis.Support;声明一个客户端对象:protected RedisClient Redis = new RedisClient("127.0.0.1", 6379);//redis服务IP和端口一 .基本KEY/VALUE键值对操作:1. 添加/获取:List storeMemb 阅读全文
posted @ 2013-06-01 19:19 蓝色格调 阅读(782) 评论(0) 推荐(0)