书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 1106 个相关结果.
  • 事件通知

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

    Session Supports Redis Shared Storage Session Supports Redis Shared Storage Because the original login session does not support distributed storage, for all requests from the sa...
  • Logs

    Block log Metric log Record log Block log All block logs will be recorded in ${user_home}/logs/csp/sentinel-block.log : 2014 - 06 - 20 16 : 35 : 10 | 1 | sayHello ( java ....
  • Slices

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

    功能文档 功能文档 Redis 集群规范 引言 什么是 Redis 集群? Redis 集群实现的功能子集 Redis 集群协议中的客户端和服务器 键分布模型 集群节点属性 节点握手(已实现) MOVED 转向 集群在线重配置(live reconfiguration) ASK 转向 容错 发布/订阅(已实现,但仍然需要改善...
  • 启动配置项

    配置方式 配置项列表 sentinel-core 的配置项 基础配置项 日志相关配置项 sentinel-transport-common 的配置项 配置方式 Sentinel 提供如下的配置方式: JVM -D 参数方式 properties 文件方式(1.7.0 版本开始支持)其中,project.name 参数只能通过 JVM ...
  • Slices

    Slices Sentinel-Terminated Slices Slices test.zig const assert = @import ( "std" ). debug . assert ; test "basic slices" { var array = [ _ ] i32 { 1...
  • 模拟 Redis 故障

    模拟 Redis 故障 使用命令行模式创建实验 使用命令行模式模拟缓存过期 缓存过期命令 模拟缓存过期相关配置说明 模拟缓存过期示例 使用命令行模式模拟缓存限流 模拟缓存限流命令 模拟缓存限流相关配置说明 模拟缓存限流示例 使用命令行模式模拟缓存穿透 模拟缓存穿透命令 模拟缓存穿透相关配置说明 模拟缓存穿透示例 使用命令行模式模拟哨兵...
  • Slices

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

    迭代器对象 迭代器对象 Python 提供了两个通用迭代器对象。 第一个是序列迭代器,它使用支持 __getitem__() 方法的任意序列。 第二个使用可调用对象和一个 sentinel 值,为序列中的每个项调用可调用对象,并在返回 sentinel 值时结束迭代。 PyTypeObject PySeqIter_Type PySeqIt...