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

feat: hash command hrandfield #98

Closed

Conversation

longfar-ncy
Copy link
Collaborator

Issue: #30

@github-actions github-actions bot added the ✏️ Feature New feature or request label Dec 21, 2023
@hero-heng
Copy link
Contributor

mac环境ci失败了,帮忙测一下
@Centurybbx

src/storage/src/redis_hashes.cc Outdated Show resolved Hide resolved
src/storage/include/storage/storage.h Outdated Show resolved Hide resolved
src/cmd_hash.cc Outdated Show resolved Hide resolved
@hero-heng
Copy link
Contributor

whether to consider using blackwidow interface

@Centurybbx
Copy link
Collaborator

whether to consider using blackwidow interface

这个bw接口没支持,pika不支持这个命令,常远自己实现的bw接口

save_idx++;
}
if (!iter->Valid()) {
return Status::IOError(fmt::format("Should search for the data starting with {}", prefix.ToString()));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

这里理应找到对应的kv,iterator应该是valid的。如果不是,我这里设为了IOError,如果有其他更好的选择,请提出建议

@panlei-coder
Copy link
Collaborator

@longfar-ncy 解决一下冲突

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.1.0 core ✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants