Add support for multiple db:s in cluster mode #89
Labels
No labels
bug
compatibility
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
pre-dates redict
question
upstream
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
redict/redict#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Valkey has merged a pr with this functionality, and I think it would be useful for us as well:
https://github.com/valkey-io/valkey/pull/1671
The patch did not apply cleanly after about one minute of testing it, so some amount of adapting is needed.
I am curious about this indeed, it would be pretty nice to have. Applying it will be some work but probably not too difficult. I know that Valkey has done some changes upstream which are a bit more disruptive and will start making merging in their patches more difficult if we don't follow along (e.g. they refactored how client flags are stored), but for the time being I think it's manageable if not annoying.
I'm also interested to see what other valkey improvements are worth including. Any bugfixes are an obvious one to have, new features are probably more debatable -- since we're in the position of chasing stability rather than innovation.
We will need to figure out if there are any prerequisites that were merged into valkey earlier that we didn't pull, though, but I think we can be reasonably confident that if the tests pass it's good to go.