zoukankan      html  css  js  c++  java
  • 关于 ServiceStack.Redis 4.0 License

    今天更新了框架中的Redis驱动ServiceStack.Redis,最新版本4.0.5.0。

    在做简单压力测试时出现异常,提示每小时允许6000个请求。

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

    查看官方说明,在 https://servicestack.net/download 页面的最下方。

    Free Quotas

    Whilst ServiceStack v4 is a commercially-supported product, we also allow free usage for small projects and evaluation purposes. 
    The NuGet packages above include the quota's below which can be unlocked with a license key:

    • 10 Operations in ServiceStack (i.e. Request DTOs)
    • 10 Tables in OrmLite
    • 20 Different Types in JSON, JSV and CSV Serializers *
    • 20 Different Types in Redis Client Typed APIs
    • 6000 requests per hour with the Redis Client
    * These quotas are lifted in ServiceStack.Client generic service clients allowing un-restricted access when consuming ServiceStack services.
     
    ServiceStack 4.0 开始已经成为商业产品,不在完全免费,不过突然来这么一下真是措手不及。
     
    推荐大家一个Redis Http API 组件,https://code.google.com/p/redbridge/ 。
     
    希望大家在使用任何开源组件新版本的时候,切记测试,小心掉坑里!
     
  • 相关阅读:
    Ecplilse使用
    JDK安装
    浏览器的前世今生
    RethinkDB
    [css]兼容性
    【js】undefined
    String面试题
    SOS.dll(SOS 调试扩展)
    【ajax跨域】原因原理解决
    腾讯WEB前端开发三轮面试经历及面试题
  • 原文地址:https://www.cnblogs.com/geekcoffee/p/3523314.html
Copyright © 2011-2022 走看看