码迷,mamicode.com
首页 > 其他好文 > 详细

ServiceStack.Redis 请求次数6000次异常

时间:2017-05-18 11:44:45      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:csdn   str   方便   word   service   limit   cep   tac   request   

Redis是一个非常NB的内存级的数据库,我们可以把很多”热数据“(即读写非常多的数据)放入其中来操作,这样就减少了和关系型数据库(如SqlServer/My Sql等)之间的交互,程序的响应速度也大大提升。

C#利用ServiceStack.Redis来操作Redis,它是Redis官方推荐的C#客户端,性能非常优越,使用也很方便。

ServiceStack.LicenseException: The free-quota limit on ‘6000 Redis requests per hour‘ has been reached. Please see https://servicestack.net to upgrade to a commercial license or visit https://github.c

 

开始本地测试的时候并没有发现,因为我们的数据量小,每小时访问Redis次数也少,但是到了服务器上发现老是报这个错误:

The free-quota limit on ‘6000 Redis requests per hour‘ has been reached. Please see https://servicestack.NET to upgrade to a commercial license.

在ServiceStack的官网(https://servicestack.Net/download)上看到了关于这个错误的说明:原来ServiceStack v4版本已经逐渐商业化了,普通版每小时智能访问Redis6000次,要取消这个限制就要付费或者您也可以往回使用V3版本。

ServiceStack.Redis 请求次数6000次异常

标签:csdn   str   方便   word   service   limit   cep   tac   request   

原文地址:http://www.cnblogs.com/mahaijun/p/6871950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!