membphis commented on PR #13704: URL: https://github.com/apache/apisix/pull/13704#issuecomment-5018234822
For Redis-backed sliding-window limits, we strongly recommend enabling delayed sync (). It batches counter updates instead of accessing Redis on every request, greatly reducing Redis pressure and generally improving overall stability and performance. With delayed sync enabled, the additional previous-window lookup occurs only during synchronization, not on every request. -- 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]
