-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: add command sscan #263
feat: add command sscan #263
Conversation
src/cmd_set.cc
Outdated
client->AppendArrayLenUint64(members.size()); | ||
for (const auto& member : members) { | ||
client->AppendString(member); | ||
|
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.
多了一个空行
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.
删掉了
a58c780
to
d41c7bb
Compare
259fc66
to
4183808
Compare
ci check format相关的部分改完了 |
The relevant parts of ci check format have been modified. |
add command SSCAN and test cases