Remove use_pipeline_over_multikey feature flag
What does this MR do and why?
This MR removes the use_pipeline_over_multikey
feature flag. It was originally introduced to benchmark the effects of the Redis pipeline over multi-key commands (gitlab-com/gl-infra/scalability#2320 (closed))
But with !120251 (merged) merged which makes cache-workload compatible with Redis Cluster, the call-sites of the use_pipeline_over_multikey are replaced with a check for Redis Cluster instead.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.