标签:
class Car { public Int32 Id { get; set; } public String Name { get; set; } } static void Main(string[] args) { RedisClient client = new RedisClient("127.0.0.1", 6379); client.FlushAll(); client.ChangeDb(0); var IRCar = client.AsC# ServiceStack.Redis 操作对象List
标签:
原文地址:http://www.cnblogs.com/zhshlimi/p/5462721.html