书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 38 个相关结果.
  • 同时设置state和ttl

    370 2019-10-04 《nuster 中文文档》
    同时设置state和ttl 同时设置state和ttl 同时设置state和ttl curl - X POST - H "name: r1" - H "ttl: 0" - H "state: enabled" http : //127.0.0.1/nuster/cache
  • 分用户的data

    510 2019-10-04 《nuster 中文文档》
    分用户的data Set Get 分用户的data 通过在key里加入header, cookie等等,可以将不同的用户数据存到相同的路劲。 nuster rule r1 key method . scheme . host . uri . header_userId if { path / mypoint } nuster r...
  • Cache

    606 2019-10-04 《nuster 中文文档》
    Cache Cache nuster也可以用作类似Varnish或者Nginx那样的HTTP缓存服务器,来缓存动态或者静态的HTTP资源。出了HAProxy的SSL, HTTP, HTTP2, 重写重定向,增删改Header等等,还提供了下面的功能。 缓存管理 缓存开启关闭 缓存生存时间 同时设置state和ttl 缓存清除 缓存统计 ...
  • Contributing

    442 2019-10-04 《nuster 中文文档》
    Contributing Contributing Join the development Give feedback Report issues Send pull requests Spread nuster
  • Conventions

    528 2019-10-04 《nuster 中文文档》
    Conventions Conventions Files with same name: those with .md extension belong to nuster, otherwise HAProxy
  • NoSQL

    547 2019-10-04 《nuster 中文文档》
    NoSQL NoSQL nuster也可以用作RESTful NoSQL缓存服务器, 用HTTP POST/GET/DELETE 来 添加/取得/删除 Key/Value. 基本操作 Response 分用户的data 客户端
  • 使用方法

    616 2019-10-04 《nuster 中文文档》
    使用方法 使用方法 nuster基于HAProxy, 支持所有的HAProxy指令。 基本 As TCP loader balancer As HTTP/HTTPS loader balancer As HTTP cache server As RESTful NoSQL cache server
  • 99 后端架构师技术图谱

    《后端架构师技术图谱》 数据结构 队列 集合 链表、数组 字典、关联数组 栈 树 二叉树 完全二叉树 平衡二叉树 二叉查找树(BST) 红黑树 B,B+,B*树 LSM 树 BitSet 常用算法 排序、查找算法 选择排序 冒泡排序 插入排序 快速排序 归并排序 希尔排序 堆排序 计数排序 桶排序 基数排序 ...