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

fix:Added the redis-copy tool #2060

Merged
merged 1 commit into from
Oct 11, 2023
Merged

fix:Added the redis-copy tool #2060

merged 1 commit into from
Oct 11, 2023

Conversation

Mixficsol
Copy link
Collaborator

@Mixficsol Mixficsol commented Oct 8, 2023

fixed: #2044

@Mixficsol Mixficsol added the tool label Oct 8, 2023

// Parse reply content with status machine
static bool reply_parse(char* src, std::size_t len, std::vector<const char *> &argv, std::vector<size_t> &argv_len) {
if (src == NULL || len == 0) return -1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这代码怎么连 缩进 都没有啊

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

}

static bool option_parse(const std::string &str, std::string &host, std::string &port, std::string &auth) {
if (str.empty()) return false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上, 缩进问题。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Mixficsol Mixficsol requested a review from AlexStocks October 11, 2023 03:40
@Mixficsol Mixficsol merged commit f82e45c into OpenAtomFoundation:unstable Oct 11, 2023
12 of 13 checks passed
@Mixficsol Mixficsol deleted the redis-copy branch October 11, 2023 06:30
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
Co-authored-by: wuxianrong <wuxianrong@360.cn>
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
Co-authored-by: wuxianrong <wuxianrong@360.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redis-copy 这个 redis流量复制的工具找不到了
3 participants