Add RedisClusterNodeDescription and RedisClusterNodeID by fabianfett ยท Pull Request #92 ยท swift-server/RediStack

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@fabianfett

Copy link Copy Markdown

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

Reviewers

@Joannis Joannis Joannis approved these changes

Assignees

No one assigned

Labels

๐Ÿ†• semver/minor

Adds new public API.

Projects

None yet

Milestone

Redis Cluster support

Development

Successfully merging this pull request may close these issues.

2 participants

@fabianfett @Joannis