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

Add RedisClusterNodeDescription and RedisClusterNodeID #92

Merged

Conversation

fabianfett
Copy link
Member

To build out a generic Redis Cluster implementation, we need a way to identify cluster nodes. This patch adds RedisClusterNodeDescriptionProtocol and RedisClusterNodeID to solve this. Follow up PRs will introduce RedisClusterShardDescriptionProtocol that build ontop of this functionality.

@fabianfett fabianfett added this to the Redis Cluster support milestone Sep 18, 2023
@fabianfett fabianfett added the semver/minor Adds new public API. label Sep 18, 2023
@fabianfett fabianfett merged commit 1b69101 into swift-server:main Sep 19, 2023
@fabianfett fabianfett deleted the ff-RedisClusterNodeDescription branch September 19, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants