Skip to content

Commit

Permalink
Update limit-count.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored Dec 30, 2024
1 parent b59b130 commit fcbf0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/limit-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ description: limit-count 插件使用固定窗口算法,通过给定时间间
| redis_port | integer || 6379 | [1,...] |`policy``redis` 时,Redis 节点的端口。 |
| redis_username | string || | | 如果使用 Redis ACL,则为 Redis 的用户名。如果使用旧式身份验证方法 `requirepass`,则仅配置 `redis_password`。当 `policy``redis` 时使用。 |
| redis_password | string || | |`policy``redis``redis-cluster` 时,Redis 节点的密码。 |
| redis_ssl | 布尔值 || false |如果为 true,则在 `policy``redis` 时使用 SSL 连接到 Redis 集群。|
| redis_ssl | boolean || false |如果为 true,则在 `policy``redis` 时使用 SSL 连接到 Redis 集群。|
| redis_ssl_verify | boolean || false | | 如果为 true,则在 `policy``redis` 时验证服务器 SSL 证书。|
| redis_database | integer || 0 | >= 0 |`policy``redis` 时,Redis 中的数据库编号。|
| redis_timeout | integer || 1000 | [1,...] |`policy``redis``redis-cluster` 时,Redis 超时值(以毫秒为单位)。 |
Expand Down

0 comments on commit fcbf0f0

Please sign in to comment.