-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
delete_sharding_command cluster_info&&slot_command #1481
Conversation
@@ -190,24 +190,6 @@ const std::string kCmdNamePubSub = "pubsub"; | |||
const std::string kCmdNamePSubscribe = "psubscribe"; | |||
const std::string kCmdNamePUnSubscribe = "punsubscribe"; | |||
|
|||
// Codis Slots |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
具体是指的codis干啥用的, 我理解主从复制模式只有一个slot,根本不需要这些命令。
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.
还有主从复制为什么要适配codis,主从复制我理解不需要codis
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.
还有主从复制为什么要适配codis,主从复制我理解不需要codis
是做“分布式”,并非做主从复制
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.
还有主从复制为什么要适配codis,主从复制我理解不需要codis
是做“分布式”,并非做主从复制
我看了一下这个命令的复用性不是很大,大概率要重新设计适配codis
No description provided.