书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 1076 个相关结果.
  • 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 ...
  • Integrate with Redis

    Integrate with Redis Data Schema and Query Statement Configure with Dashboard Configure with Configuration Items Integrate with Redis EMQX supports integrating with Redis for...
  • 开源贡献指南

    Sentinel 开源贡献指南 准备工作 行为准则 搭建开发环境 贡献 从哪里入手? GitHub 工作流 创建 Issue / PR 报告安全问题 Code review 社区 联系我们 邮件组 Gitter Sentinel 开源贡献指南 欢迎来到 Sentinel 的世界!本文档作为基本指南来为您指引如何向 Senti...
  • 主动切换

    11.1.3.10 主动切换 11.1.3.10 主动切换 sentinel failover myredis此操作会将新的配置发送到其他sentinel上。
  • Dynamic Rule Configuration

    Rules Dynamic data source extension Data source integrations For Chinese version, see 动态规则扩展 . Rules Sentinel’s philosophy is that developers only need to pay attention t...
  • Roadmap

    Overview 异步调用支持 集群限流与 Service Mesh Reactive 支持 监控标准化 Sentinel 多语言 更多适配(生态) 高版本 Java 适配 智能化限流 Overview Roadmap 时间点: 版本 Milestone 主要特性 ✅0.2.0 2018.9 异步调用支持、热点参数限流、黑白名单功...
  • 手动启动

    11.1.3.3 手动启动 11.1.3.3 手动启动 有两种方式:第一种:redis-sentinel /path/to/sentinel.conf第二种:redis-server /path/to/sentinel.conf —sentinel
  • 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...
  • 迭代器对象

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

    Arrays Anonymous List Literals Multidimensional Arrays Sentinel-Terminated Arrays Arrays arrays.zig const expect = @import ( "std" ). testing . expect ; const mem ...