This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from c2c5d094d fix(command): Enhance zdiff parse error case to avoid crash
(#3316)
add 270d5754f feat(digest): implement DIGEST command (#3320)
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_string.cc | 19 +++++
src/common/string_util.cc | 6 ++
src/common/string_util.h | 1 +
src/types/redis_string.cc | 12 +++
src/types/redis_string.h | 1 +
tests/gocase/unit/digest/digest_test.go | 145 ++++++++++++++++++++++++++++++++
6 files changed, 184 insertions(+)
create mode 100644 tests/gocase/unit/digest/digest_test.go