解决ServiceStack.Redis的6000次限制问题

找到项目中ServiceStack.Text.dll文件的版本,比如我的版本是5.0.0,到GitHub上下载对应的源码(https://github.com/ServiceStack/ServiceStack.Text/tags

找到LicenseUtils.cs 类中RedisRequestPerHour改为int的最大值是2147483647

 

posted on 2020-09-04 18:21  高达  阅读(413)  评论(0)    收藏  举报

导航