ServiceStack.Redis——Redis在.net上的客户端解决方案

ServiceStack.Redis——Redis在.net上的客户端解决方案

 

源码及使用:


https://github.com/ServiceStack/ServiceStack.Redis

 

例子:


https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/Redis*

 

上面的例子中container.Register<IRedisClientsManager>(c => new PooledRedisClientManager());没有指定具体Redis服务器,需要我们自己指定。


另外ServiceStack除了提供Redis C#.net客户端,还有其他库,比如Json,OrmLite,Service Clients,Web Service Framework,想要了解的可以到官网看看:

https://servicestack.net/


 

上一篇:LeetCode 733——图像渲染(使用JavaScript语言)|刷题打卡


下一篇:LAMP架构介绍、MySQL,MariaDB介绍、MySQL安装