boekkooi-lengoo commented on issue #9588: URL: https://github.com/apache/apisix/issues/9588#issuecomment-1572210790
Seems similar to https://github.com/apache/apisix/issues/7223 In my case I'm using a standalone version and by applying https://github.com/apache/apisix/issues/7223#issuecomment-1380123833 (for 3.3.0 it's `line 639`) I can use the following perfectly fine. ```YAML limit-count: policy: "redis" redis_host: "${{ REDIS_HOST }}" redis_port: "${{ REDIS_PORT }}" redis_password: "${{ REDIS_PASSWORD }}" redis_timeout: 100 ``` -- 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]
