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

    Configuring Redis using a ConfigMap Objectives Before you begin Real World Example: Configuring Redis using a ConfigMap What’s next Configuring Redis using a ConfigMap This ...
  • Redis-基本使用

    Do/DoVar 方法 Conn 连接对象 基本使用 Send 方法 订阅/发布 自动序列化/反序列化 map 存取 struct 存取 Do/DoVar 方法 我们最常用的是Do/DoVar 方法,执行同步指令,通过向Redis Server 发送对应的Redis API 命令,来使用Redis Server 的服务。Do/Var 方...
  • 缓存管理-Redis缓存

    基本介绍 使用示例 基本介绍 缓存组件同时提供了gcache 的Redis 缓存适配实现。Redis 缓存在多节点保证缓存的数据一致性时非常有用,特别是Session 共享、数据库查询缓存等场景中。 使用示例 func ExampleCache_SetAdapter () { var ( err ...
  • Configuring Redis using a ConfigMap

    Configuring Redis using a ConfigMap Objectives Before you begin Real World Example: Configuring Redis using a ConfigMap What’s next Configuring Redis using a ConfigMap This...
  • emqx-auth-redis

    emqx-auth-redis auth.redis.type 说明 auth.redis.server 说明 auth.redis.sentinel 说明 auth.redis.pool 说明 auth.redis.database 说明 auth.redis.password 说明 auth.redis.query_timeou...
  • 保存数据到 Redis

    保存数据到 Redis 保存数据到 Redis 搭建 Redis 环境,以 MaxOS X 为例: $ wget http : //download.redis.io/releases/redis-4.0.14.tar.gz $ tar xzf redis - 4.0 . 14.tar . gz $ cd redis - 4.0 . 14...
  • emqx-auth-redis

    emqx-auth-redis auth.redis.type 说明 auth.redis.server 说明 auth.redis.sentinel 说明 auth.redis.pool 说明 auth.redis.database 说明 auth.redis.password 说明 auth.redis.query_timeou...
  • emqx-auth-redis

    emqx-auth-redis auth.redis.type 说明 auth.redis.server 说明 auth.redis.sentinel 说明 auth.redis.pool 说明 auth.redis.database 说明 auth.redis.password 说明 auth.redis.query_timeou...
  • 8.3 Redis与Cache

    8.3 Redis与Cache 8.3 Redis与Cache Redis与Cache联合起来可以非常方便地使用Redis服务,Redis对象通过use()方法来获取到Cache对象,Cache对象提供了丰富的API用于使用Redis服务,下面是具体使用示例: public void redisDemo () { // 获取名称为...
  • 1. Redis 文档

    4097 2018-07-24 《Redis 中文文档》
    Redis 文档 Redis 文档 1.1. 键空间通知(keyspace notification) 1.2. 事务(transaction) 1.3. 发布与订阅(pub/sub) 1.4. 复制(Replication) 1.5. 通信协议(protocol) 1.6. 持久化(persistence) 1.7. Se...