Skip to content

Commit 2d594ff

Browse files
committed
Update screenshots
1 parent 6565b04 commit 2d594ff

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
-6.1 KB
Loading
6.08 KB
Loading
-209 KB
Loading

zh_CN/access-control/authn/redis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Redis 认证器支持使用 [Redis hashes](https://redis.io/docs/manual/data-typ
4545

4646
**连接**:在此部分完成到 Redis 数据库的连接设置。
4747

48-
- **部署模式**:选择 Redis 数据库的部署模式,可选值:**单节点****Sentinel****Cluster**
48+
- **部署模式**:选择 Redis 数据库的部署模式,可选值:**单节点****Sentinel****Cluster**
4949

50-
- **服务****列表**:填入 Redis 服务器地址 (`host:port`) ;当部署模式选为 Sentinel 或 Cluster,您需在此提供所有相关 Redis 服务器的地址,不同地址之间以 `,` 分隔,格式为 `host1:port1,host2:port2,...`
50+
- **服务器地址**:填入 Redis 服务器地址 (`host:port`) ;当部署模式选为 Sentinel 或 Cluster,您需在此提供所有相关 Redis 服务器的地址,不同地址之间以 `,` 分隔,格式为 `host1:port1,host2:port2,...`
5151

52-
- **Sentinel 名字**:指定 Redis Sentinel 配置需要的[主服务器名称](https://redis.io/docs/manual/sentinel/#configuring-sentinel),仅需在**部署模式**设置为 **Sentinel** 时设置
52+
- **Sentinel 名字**(仅需在**部署模式**设置为 **Sentinel** 时设置):指定 Redis Sentinel 配置需要的[主服务器名称](https://redis.io/docs/manual/sentinel/#configuring-sentinel)
5353

5454
- **数据库**:整数,用于指定 Redis 数据库的 Index。
5555

@@ -87,7 +87,7 @@ Redis 认证器支持使用 [Redis hashes](https://redis.io/docs/manual/data-typ
8787
- **迭代次数**:指定散列次数,默认值:`4096`<!--后续补充取值范围-->
8888
- **密钥长度**(可选):指定希望得到的密钥长度。如不指定,密钥长度将由**伪随机函数**确定。
8989
- 生成的哈希值以十六进制字符串表示,并与存储的凭据进行不区分大小写的比对。
90-
- **命令**:Redis 查询命令
90+
- **命令**:Redis 查询命令
9191

9292
点击**创建**完成相关配置。
9393

5.82 KB
Loading

0 commit comments

Comments
 (0)