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


##########
docs/en/latest/plugins/limit-count.md:
##########
@@ -46,7 +46,10 @@ The `limit-count` Plugin limits the number of requests to 
your service by a give
 | group                   | string  | False                                    
 |               | non-empty                              | Group to share the 
counter with. Routes configured with the same group will share the counter.     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                  |
 | redis_host              | string  | required when `policy` is `redis`        
 |               |                                        | Address of the 
Redis server. Used when the `policy` attribute is set to `redis`.               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                      |
 | redis_port              | integer | False                                    
 | 6379          | [1,...]                                | Port of the Redis 
server. Used when the `policy` attribute is set to `redis`.                     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                   |
+| redis_username          | string  | False                                    
 |               |                                        | Username use to 
authenticate to the Redis server for version >= 6.0, use only `redis_password` 
for the versions prior. Used when the `policy` is set to `redis`.               
                                                                                
                                                                                
                                                                                
                                                                                
                                                            |
 | redis_password          | string  | False                                    
 |               |                                        | Password of the 
Redis server. Used when the `policy` is set to `redis` or `redis-cluster`.      
                                                                                
                                                                                
                                                                                
                                                                                
                                                                     |
+| redis_ssl               | boolean | False                                    
 | false         |                                        | If set to `true`, 
then uses SSL to connect to redis instance. Used when the `policy` attribute is 
set to `redis`.                                                                 
                                                                                
                                                                                
                                                                                
                                                                                
          |
+| redis_ssl_verify        | boolean | False                                    
 | false         |                                        | If set to `true`, 
then verifies the validity of the server SSL certificate. Used when the 
`policy` attribute is set to `redis`. See 
[https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake).
                                                                                
                                                                                
                                                                                
                                                                                
                                                                          |

Review Comment:
   is this better ?
   
[tcpsock:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to