Skip to content

Build the Redis::Store instance and use it in session_store

Nikola Milojevic requested to merge 14507-initialize-redis-store into master

What does this MR do and why?

This is part of the preparation work for our Sessions: Plan migration strategy

This MR allows us to build our own instance of the Redis::Store in Gitlab::Redis::Wrapper. This instance will be passed to config/initializers/session_store.rb.

More context: gitlab-com/gl-infra&598 (comment 720135058)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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.

Related to https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/14507

Edited by Nikola Milojevic

Merge request reports