Add a caching layer on Gitlab::Redis::SharedState
- Version 0.4.3 has improved caching behavior and order of operations when determining the variant.
Showing
... | ... | @@ -479,7 +479,7 @@ gem 'flipper', '~> 0.17.1' |
gem 'flipper-active_record', '~> 0.17.1' | ||
gem 'flipper-active_support_cache_store', '~> 0.17.1' | ||
gem 'unleash', '~> 0.1.5' | ||
gem 'gitlab-experiment', '~> 0.4.2' | ||
gem 'gitlab-experiment', '~> 0.4.3' | ||
# Structured logging | ||
gem 'lograge', '~> 0.5' | ||
... | ... |
Please register or sign in to comment