Description
I want to use username and SSL to connect the plugin limit-count to a Redis instance with policy 'Redis'.
-
For Username, it looks like possible to indicate it at line 56 of file apisix/plugins/limit-count/limit-count-redis.lua.
-
For SSL, it looks like possible to add optional parameters when it connects to Redis at line 47 of file apisix/plugins/limit-count/limit-count-redis.lua.
Description
I want to use username and SSL to connect the plugin limit-count to a Redis instance with policy 'Redis'.
For Username, it looks like possible to indicate it at line 56 of file apisix/plugins/limit-count/limit-count-redis.lua.
For SSL, it looks like possible to add optional parameters when it connects to Redis at line 47 of file apisix/plugins/limit-count/limit-count-redis.lua.