书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1076 个相关结果.
  • 动态规则

    规则 DataSource 扩展 拉模式拓展 推模式拓展 示例 API 模式:使用客户端规则 API 配置规则 拉模式:使用文件配置规则 推模式:使用 Nacos 配置规则 推模式:使用 ZooKeeper 配置规则 推模式:使用 Apollo 配置规则 规则 Sentinel 的理念是开发者只需要关注资源的定义,当资源定义成功后可...
  • Slices

    Slices Sentinel-Terminated Slices Slices test.zig const expect = @import ( "std" ). testing . expect ; test "basic slices" { var array = [ _ ] i32 { ...
  • Redis

    Redis Example Redis配置 用户配置 优雅的Debug 用户代码 Redis Example 项目地址 (opens new window) Redis配置 type config struct { Addrs [] string /...
  • 部署

    Redis部署 Redis集群定义 Redis Sentinel集群定义 Redis原生集群定义 Redis普通主从实例定义 创建Redis集群 其他注意事项 查阅Redis监控 Redis部署 部署Redis需要先进行集群定义,本文介绍了几类Redis集群的定义方式。 与PostgreSQL类似,部署Redis同样需要两个步骤: ...
  • 集群流控

    目录 介绍 模块结构 集群流控规则 规则 集群规则配置方式 集群限流客户端 集群限流服务端 启动方式 规则配置 属性配置 Token Server 分配配置 示例 集群限流控制台 其它 集群流控日志 扩展接口设计 整体扩展架构 通用扩展接口 Client 扩展接口 Server 扩展接口 目录 集群流控介绍 ...
  • Traffic Control

    Traffic Control Routing Rules Sentinel Rate Limiting and Downgrade Feedback Traffic Control Implementing traffic control through issuing routing rules, including traffic forw...
  • ROLE

    ROLE 返回值 代码示例 主服务器 从服务器 Sentinel ROLE 可用版本: >= 2.8.12 时间复杂度: O(1) 返回实例在复制中担任的角色,这个角色可以是 master 、 slave 或者 sentinel 。除了角色之外,命令还会返回与该角色相关的其他信息,其中: 主服务器将返回属下从服务器的 I...
  • Consul KV

    Key/Value (KV) Store Overview Accessing the KV store Using Consul KV Using Sentinel to apply policies for Consul KV Extending Consul KV Consul Template Watches Consul Sessions...
  • 事件通知

    11.1.5.1 事件通知 11.1.5.1 事件通知 在sentinel中,如果出现warning以上级别的事件发生, 是可以通过如下配置进行脚本调用的(对于该脚本redis启动用户需要有执行权限): sentinel notification - script mymaster / redis / script / notif...
  • Slices

    Slices Sentinel-Terminated Slices Slices test.zig const expect = @import ( "std" ). testing . expect ; test "basic slices" { var array = [ _ ] i32 { 1...