feat(delex): Implement DELEX Command#3317
Conversation
|
Thank you @PragmaTwice, I am working on them |
Co-authored-by: hulk <hulk.website@gmail.com>
|
@Valay17 I think we could add a digest util function in this PR, so that other PRs won't block it. cc @PragmaTwice |
|
Sure, will add it as well and also update the places where I have commented it, also a question regarding the placement of the header files xxh3.h and xxhash.h, which directory would be appropriate to place it in? |
You don't need to place the header file, these will be automatically fetched and put into your build dir: https://github.com/apache/kvrocks/blob/unstable/cmake/xxhash.cmake. You can just |
|
Perfect! Will add it accordingly and also change enum to struct |
|
Hi, could you please tell me what is the reason for my go test cases failure? |
| return StringJoin( | ||
| con, [](const auto &v) -> decltype(auto) { return v; }, sep); |
Co-authored-by: Twice <twice@apache.org>
Co-authored-by: Twice <twice@apache.org>
|
All CI is still failing. Please ensure c++ and golang tests pass before you request for review. |
|
Confirmed 3 times that both cpp and go tests are running locally, please review, thanks |
|
For clang-tidy, it is telling me this, could guide me on how to go ahead with it: also the GO test is failing for TestClusterReset, for this one: all others are passing |
|



Fixes #3310
Implement DELEX Command
Digest function commented out