Skip to content

Redis implementation for Session Store#2569

Open
kdp-cloud wants to merge 24 commits into
mainfrom
redis-implementation-docker
Open

Redis implementation for Session Store#2569
kdp-cloud wants to merge 24 commits into
mainfrom
redis-implementation-docker

Conversation

@kdp-cloud
Copy link
Copy Markdown
Collaborator

@kdp-cloud kdp-cloud commented May 7, 2026

  • Uses Redis as session store
  • Docker compose update
  • Ansible update

@kdp-cloud kdp-cloud self-assigned this May 7, 2026
@kdp-cloud kdp-cloud marked this pull request as ready for review May 8, 2026 09:23
@kdp-cloud kdp-cloud added this to the 1.19.0 milestone May 8, 2026
@kdp-cloud kdp-cloud moved this from Todo to In Progress in SEEK 1.19.x May 8, 2026
@kdp-cloud kdp-cloud requested review from fbacall and stuzart May 8, 2026 09:30
Comment thread docker-compose.yml Outdated
Comment thread .github/workflows/ansible-install.yml Outdated
kdp-cloud added 3 commits May 8, 2026 17:39
Instead of setting up a redis server on the localhost, just have the
localhost ping the redis server in the container.
@kdp-cloud kdp-cloud requested a review from fbacall May 8, 2026 18:21
Copy link
Copy Markdown
Contributor

@fbacall fbacall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but a couple of points:

  • This will require all users to re-authenticate, unless we try and migrate sessions - should we?
  • If not, then we should also drop the sessions table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants