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

[NEW] Multiple DB supports in cluster mode #1319

Open
madolson opened this issue Nov 19, 2024 · 2 comments
Open

[NEW] Multiple DB supports in cluster mode #1319

madolson opened this issue Nov 19, 2024 · 2 comments

Comments

@madolson
Copy link
Member

Creating an issue for folks to give use-cases for multi-DB support. This is the main source of incompatibility when moving from standalone to Valkey cluster.

This feature was not added in Redis since we considered it an anti-pattern compared to using prefixes.

The main use case that I am aware of that is not covered by using namespaces is the ability to flush or swap DBs.

@wuranxx
Copy link

wuranxx commented Nov 19, 2024

Does this issue expect to support multiple databases in cluster mode?

I think this is a valuable feature. In production environments, many customers are accustomed to using the multi-DB feature. When migrating from standalone mode to a clustered setup, they expect the provider to offer this capability.

@madolson madolson changed the title [NEW] Multiple DB supports [NEW] Multiple DB supports in cluster mode Nov 19, 2024
@madolson
Copy link
Member Author

Does this issue expect to support multiple databases in cluster mode?

Yes, thanks for you commenting. I made this as a placeholder to follow up about, so haven't fully added the details yet.

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

No branches or pull requests

2 participants