-
Notifications
You must be signed in to change notification settings - Fork 1
Valkey-9 MultiDB support #90
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
base: main
Are you sure you want to change the base?
Conversation
alexr-bq
commented
Oct 2, 2025
- Adds support for database ID with cluster client
- Moves Move/Copy commands from standalone to shared client
Signed-off-by: Alex Rehnby-Martin <[email protected]>
Signed-off-by: Alex Rehnby-Martin <[email protected]>
6f3cfa4
to
4f04df5
Compare
Signed-off-by: Alex Rehnby-Martin <[email protected]>
Signed-off-by: Alex Rehnby-Martin <[email protected]>
Signed-off-by: Alex Rehnby-Martin <[email protected]>
@alexr-bq You also need to add the support for |
Signed-off-by: Alex Rehnby-Martin <[email protected]>
Signed-off-by: Alex Rehnby-Martin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's missing the select command, which is basically reverting this pr for the select #70. The only difference is that select should only be available for standalone batch and not cluster batch
Signed-off-by: Alex Rehnby-Martin <[email protected]>
It seems like Select functionality is already in. Pushed a commit that removes it from cluster batch. |