Skip to content
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

chore: allow running Redis standalone #2268

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

paulswartz
Copy link
Member

@paulswartz paulswartz commented Dec 12, 2024

This makes it much easier to run locally, as you can run a single instance of Redis.

General checks

  • Are the changes organized into self-contained commits with descriptive and well-formatted commit messages? This is a good practice that can facilitate easier reviews.
  • Testing. Do the changes include relevant passing updates to tests? This includes updating screenshots. Preferably tests are run locally to verify that there are no test failures created by these changes, before opening a PR.
  • Tech debt. Have you checked for tech debt you can address in the area you're working in? This can be a good time to address small issues, or create Asana tickets for larger issues.

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
This makes it much easier to run locally, as you can run a single instance.
Documents how to test the Redis clustering locally. Mostly copied from
the old README.md.
@paulswartz paulswartz merged commit e16600d into main Dec 13, 2024
21 checks passed
@paulswartz paulswartz deleted the allow-redis-standalone branch December 13, 2024 14:43
@github-actions github-actions bot removed the dev-green Deploy to dev-green label Dec 18, 2024
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.

2 participants