书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1103 个相关结果.
  • 停止

    3.2 停止 3.2 停止 redis - cli shutdown sentinel方法一样,只是需要执行sentinel的连接端口 注意:正确关闭服务器方式是redis-cli shutdown 或者 kill,都会graceful shutdown,保证写RDB文件以及将AOF文件fsync到磁盘,不会丢失数据。 如果是粗...
  • CLIENT KILL [ip:port] [ID client-id] [TYPE normal|master|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]

    CLIENT KILL [ip:port] [ID client-id] [TYPE normal|master|slave|pubsub] [ADDR ip:port] [SKIPME yes/no] *CLIENT KILL and Redis Sentinel *Notes *Return value CLIENT KILL [ip:po...
  • How to Use

    Contents Introduction Define Resource “try” and “catch” mode Bool mode Annotation mode Check block exception Integrations with open-source frameworks Resource for asynchrono...
  • Argocd repo server

    Argocd repo server argocd-repo-server Synopsis Options Argocd repo server argocd-repo-server Run ArgoCD Repository Server Synopsis ArgoCD Repository Server is an internal ...
  • Iter IO

    Iter IO Iter IO This module implements a IterIO that converts an iterator intoa stream object and the other way round. Converting streams intoiterators requires the greenlet ...
  • 部署步骤

    11.1.2.6 部署步骤 11.1.2.6 部署步骤 解压下列压缩包至/tmp/redis目录,以符合上述目录结构: 部署相关组件:cd /tmp/redis/deploy./deploy.sh 修改Master配置文件redis.conf,注释掉包含slaveof的语句。修改Slave配置文件redis.conf,添加slave...
  • Arrays

    Arrays Anonymous List Literals Multidimensional Arrays Sentinel-Terminated Arrays Arrays arrays.zig const expect = @import ( "std" ). testing . expect ; const asser...
  • 如何使用

    目录 简介 定义资源 方式一:主流框架的默认适配 方式二:抛出异常的方式定义资源 方式三:返回布尔值方式定义资源 方式四:注解方式定义资源 方式五:异步调用支持 规则的种类 流量控制规则 (FlowRule) 流量规则的定义 通过代码定义流量控制规则 熔断降级规则 (DegradeRule) 系统保护规则 (SystemRule) ...
  • Pointers

    Pointers volatile Alignment allowzero Sentinel-Terminated Pointers Pointers Zig has two kinds of pointers: single-item and many-item. *T - single-item pointer to exactly...
  • 热点参数限流

    目录 Overview 基本使用 热点参数规则 示例 目录 Overview 基本使用 热点参数规则 示例 Overview 何为热点?热点即经常访问的数据。很多时候我们希望统计某个热点数据中访问频次最高的 Top K 数据,并对其访问进行限制。比如: 商品 ID 为参数,统计一段时间内最常购买的商品 ID 并进行限制 用...