-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rename and remove deprecated functions in the cluster API #38
Conversation
7d80a67
to
cf9c329
Compare
Signed-off-by: Björn Svensson <[email protected]>
cf9c329
to
9d81e46
Compare
Signed-off-by: Björn Svensson <[email protected]>
These APIs are needed to support PUB/SUB, rename them for public consumption: ctx_get_by_node -> valkeyClusterGetValkeyContext actx_get_by_node -> valkeyClusterGetValkeyAsyncContext Signed-off-by: Björn Svensson <[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.
Looks good!
Do you want to update the docs markdown file in the same PR?
We should remember this change for the migration guide. We could create a label for the PR for that.
The current docs don't mention |
How is this a breaking change? We haven't released anything yet. |
Remove label, used it when constructing #85 |
Rename API functions to get a standalone context from a cluster node, which are needed to support PUB/SUB.
parse_cluster_*
functions from the cluster API. Should not be needed by users.