Skip to content

Generate config files for sessions Redis

Roy Zwambag requested to merge generate-redis-sessions-config into main

What does this Merge Request do and why?

This MR generates Rails config files for a Redis database for sessions storage. The actual instance is (as of writing) not yet used, see gitlab!72221 (merged)

gdk reconfigure creates gitlab/config/redis.sessions.yml:

development: "unix:/Users/royzwambag/work/gitlab-development-kit/redis/redis.socket?db=5"
test: "unix:/Users/royzwambag/work/gitlab-development-kit/redis/redis.socket?db=15"

gitlab-com/gl-infra/scalability#1336 (closed)

gitlab-com/gl-infra&598 (closed)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Roy Zwambag

Merge request reports