随笔分类 - redis
摘要:需要的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
阅读全文

浙公网安备 33010602011771号