Add RedisClusterNodeDescription and RedisClusterNodeID by fabianfett ยท Pull Request #92 ยท swift-server/RediStack
Navigation Menu
{{ message }}
swift-server / RediStack Public
- Notifications You must be signed in to change notification settings
- Fork 30
Merged
fabianfett merged 2 commits intoswift-server:mainfrom
Sep 19, 2023Merged
Conversation
Copy link Copy Markdown
Member
fabianfett
commented
Sep 18, 2023
fabianfett
commented
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
requested a review
from Joannis
fabianfett
added this to the
Redis Cluster support milestone
Joannis approved these changes Sep 19, 2023
fabianfett
merged commit
1b69101
into
swift-server:main
fabianfett
deleted the
ff-RedisClusterNodeDescription
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment