书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 12986 个相关结果.
  • 部署

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

    Server Management Server Management 📄️ AUTHLearn how to use Redis AUTH command for server authentication. 📄️ BGSAVELearn how to use Redis BGSAVE command to create a backup of ...
  • Server Management

    Server Management Server Management 📄️ AUTHLearn how to use Redis AUTH command for server authentication. 📄️ BGSAVELearn how to use Redis BGSAVE command to create a backup of ...
  • 发布/订阅(Pub/Sub)

    Redis 发布订阅 操作方法 基本使用 Redis 发布订阅 Redis发布订阅(pub/sub)是一种消息通信模式:发送者(pub)发送消息,订阅者(sub)接收消息。 操作方法 方法名称 参数 说明 备注 pSubscribe $callback, $pattern, …$patterns 订阅一个或多个符合给定模式的频道。 $ca...
  • 键(Keys)

    Redis 键(Keys) 操作方法 基本使用 Redis 键(Keys) Redis 键命令用于管理 redis 的键。 操作方法 方法列表 方法名称 参数 说明 备注 del …$keys 删除一个键 $key可传一个array,也可以传多个可变参数 unlink …$keys 非阻塞删除一个键 $key可传一个array,也可以传多...
  • Generic

    Generic Generic 📄️ DELLearn how to use Redis DEL command to delete a key. 📄️ DISCARDMaster Redis DISCARD command that discards all commands issued after MULTI. 📄️ DUMPUnders...
  • Config

    REDIS Config REDIS_IDENTITY redis_cluster redis_node redis_instances REDIS_NODE redis_fs_main redis_exporter_enabled redis_exporter_port redis_exporter_options RE...
  • (optional) Configure state & pub/sub

    How-To: Configure state store and pub/sub message broker Self-hosted mode Create a Redis store Configure Dapr components Create State store component Other stores Create Pub/s...
  • (optional) Configure state & pub/sub

    How-To: Configure state store and pub/sub message broker Self-hosted mode Create a Redis store Configure Dapr components Create State store component Other stores Create Pub/s...
  • Configure a Pod to Use a Volume for Storage

    Configure a Pod to Use a Volume for Storage Before you begin Configure a volume for a Pod What’s next Configure a Pod to Use a Volume for Storage This page shows how to conf...