ServiceStack.Redis——Redis于.net向上client解
源代码和使用:
https://github.com/ServiceStack/ServiceStack.Redis
样例:
https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/RedisStackOverflow
上面的样例中container.Register<IRedisClientsManager>(c => new PooledRedisClientManager());没有指定详细Redisserver,须要我们自己指定。
另外ServiceStack除了提供Redis C#.netclient。还有其它库,比方Json。OrmLite,Service Clients,Web Service Framework。想要了解的能够到官网看看:
版权声明:本文博主原创文章。博客,未经同意不得转载。