Skip to content

Draft: Patch ActiveSupport to disable multikey command options

Sylvester Chin requested to merge draft-rails-cache-patch into master

What does this MR do and why?

Multi-key operations in Rails.cache will lead to cross-slot errors. To estimate the impact of breaking them into single-key commands (on both stage group apdex and redis-cache apdex), this MR uses a feature-flag to disable multi-key commands in ActiveSupport::Cache::RedisCacheStore.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by Sylvester Chin

Merge request reports