You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org> on 2023/04/06 09:18:23 UTC

[GitHub] [apisix] monkeyDluffy6017 commented on a diff in pull request #9185: feat: limit-count plugin supports username and ssl for redis policy

monkeyDluffy6017 commented on code in PR #9185:
URL: https://github.com/apache/apisix/pull/9185#discussion_r1159518092


##########
docs/zh/latest/plugins/limit-count.md:
##########
@@ -47,7 +47,10 @@ description: 本文介绍了 Apache APISIX limit-count 插件的相关操作,
 | group               | string | 否         |               | 非空                                    | 配置相同 group 的路由将共享相同的限流计数器。 |
 | redis_host          | string  | 否        |               |                                         | 当使用 `redis` 限速策略时,Redis 服务节点的地址。**当 `policy` 属性设置为 `redis` 时必选。**|
 | redis_port          | integer | 否        | 6379          | [1,...]                                 | 当使用 `redis` 限速策略时,Redis 服务节点的端口。|
+| redis_username      | string  | 否        |               |                                         | Redis 服务器的用户名。当 `policy` 设置为 `redis` 时使用。|
 | redis_password      | string  | 否        |               |                                         | 当使用 `redis`  或者 `redis-cluster`  限速策略时,Redis 服务节点的密码。|
+| redis_ssl           | boolean | 否        | false         |                                         | 当使用 `redis` 限速策略时, 如果设置为 true,则使用 SSL 连接到 `redis` |

Review Comment:
   `时, 如果设` extra space



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org