书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 14257 个相关结果.
  • Redis

    Traefik & Redis Routing Configuration Provider Configuration endpoints rootKey username password tls tls.ca tls.caOptional tls.cert tls.key tls.insecureSkipVerify...
  • Redis

    Redis 配置 Warning 元数据字段规范 Setup Redis Note 相关链接 Redis Redis 状态存储组件的详细信息 配置 要设置 Redis 状态储存,请创建一个类型为 state.redis 的组件。 请参阅本指南 ,了解如何创建和应用状态存储配置。 apiVersion : dapr . io / v1...
  • Redis

    Redis 1. 连接Redis 2. 通过 App ID 列出键 3. 获取特定状态数据 4. 获取 actor 状态 Redis 使用 Redis 作为后端状态存储 Dapr 在保存和检索状态时不会转换状态值。 Dapr requires all state store implementations to abide by a cert...
  • Redis

    Redis Redis The Redis health checker is a custom health checker (with envoy.health_checkers.redis as name) which checks Redis upstream hosts. It sends a Redis PING command and ...
  • Redis

    Redis 基本信息 使用方法 Dockerfile Redis 基本信息 Redis 是开源的内存 Key-Value 数据库实现。 该仓库位于 https://hub.docker.com/_/redis/ ,提供了 Redis 3.x ~ 5.x 各个版本的镜像。 使用方法 默认会在 6379 端口启动数据库。 $ ...
  • Redis

    Redis 线程模型 为啥 redis 单线程模型也能效率这么高? 数据结构 持久化: 一致性哈希算法 需求 实现 实践 一致性哈希 改进 — 虚节点 集群 哨兵 — Sentinel Redis Cluster Redis Sharding 集群 string 缓冲区溢出 减少修改字符串时带来的内存重分配次数 二进制安全 ...
  • Redis

    3199 2018-10-05 《Java面试手册》
    Redis 使用redis有哪些好处? redis相比memcached有哪些优势? redis常见性能问题和解决方案: redis 最适合的场景 redis的一些其他特点 mySQL里有2000w数据,redis中只存20w的数据,如何保证redis中的数据都是热点数据 假如Redis里面有1亿个key,其中有10w个key是以某个固定的已知的...
  • Redis

    Redis¶ 配置¶ Redis¶ 获取redis连接可以采用连接池,服务启动时初始化好redis连接。 配置¶ redis连接配置在项目 resource/config/$ENV/connection下。 <? php return [ 'default_write' => [ 'engin...
  • Redis

    1978 2018-03-15 《Prometheus 实战》
  • Redis

    一、Redis 是什么 二、五种基本类型 1. STRING 2. LIST 3. SET 4. HASH 5. ZSET 三、键的过期时间 四、发布与订阅 五、事务 六、持久化 1. 快照持久化 2. AOF 持久化 七、复制 从服务器连接主服务器的过程 主从链 八、处理故障 九、分片 1. 客户端分片 2. 代理分片 ...