Redis cluster required pipelining to be activated. currently, there is such configuration in the operator. This MR is to enable redis pipelining via pipeline window and pipeline limit configuration
Summary
implement pipeline window & pipeline limit in redis
Type of Change
implement pipeline window & pipeline limit in redis
How has this been tested?
N/A
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
[x] I have updated the documentation accordingly.
[x] I have written new tests for my changes.
[x] My changes successfully ran and pass tests locally.
Signed-off-by: zufardhiyaulhaq zufardhiyaulhaq@gmail.com
Redis cluster required pipelining to be activated. currently, there is such configuration in the operator. This MR is to enable redis pipelining via
pipeline window
andpipeline limit
configurationSummary
implement pipeline window & pipeline limit in redis
Type of Change
How has this been tested?
N/A
Checklist: