You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/09 01:26:10 UTC

[GitHub] [apisix] tokers commented on a change in pull request #3559: feat: add select database for Redis related functions

tokers commented on a change in pull request #3559:
URL: https://github.com/apache/apisix/pull/3559#discussion_r572500125



##########
File path: doc/zh-cn/plugins/limit-count.md
##########
@@ -44,6 +44,7 @@
 | redis_host      | string   | `redis` 必须 |         |                                                              | 当使用 `redis` 限速策略时,该属性是 Redis 服务节点的地址。   |
 | redis_port      | integer  | 可选         | 6379    | [1,...]                                                      | 当使用 `redis` 限速策略时,该属性是 Redis 服务节点的端口     |
 | redis_password  | string   | 可选         |         |                                                              | 当使用 `redis` 限速策略时,该属性是 Redis 服务节点的密码。   |
+| redis_database  | integer  | 可选         | 0       | redis_database >= 0                                          | 当使用 `redis` 限速策略时,该属性是 Redis 服务节点中使用的 database,并且只针对 非Redis集群模式(单实例模式 或者 提供单入口的Redis公有云服务)生效。   |

Review comment:
       Some minor style problems: Keep empty space on both sides of English words. Remove redundant empty spaces between Chinese words.




----------------------------------------------------------------
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.

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