Skip to content

feat: add ddev redis-backend for swappable backends, fixes #32, fixes #28 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stasadev
Copy link
Member

The Issue

How This PR Solves The Issue

Adds ddev redis-backend command.

TODO: it needs some bats tests and manual tests.

Manual Testing Instructions

ddev add-on get https://github.com/ddev/ddev-redis/tarball/20250424_stasadev_redis_backend
ddev restart

ddev redis-backend

# apply redis:7 optimized config
ddev redis-backend redis optimized
ddev restart

# apply redis:7 default config
ddev redis-backend redis
ddev restart

# apply valkey/valkey:8 default config
ddev redis-backend valkey
ddev restart

Automated Testing Overview

Release/Deployment Notes

@stasadev stasadev force-pushed the 20250424_stasadev_redis_backend branch from b95fa8e to 0478ef5 Compare April 29, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant