This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from b60ccb3b Add support of the command MOVEX (#2225)
add 738b6cd9 Add support of the command DUMP (#2227)
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_server.cc | 45 ++++-
src/common/rdb_stream.cc | 5 +
src/common/rdb_stream.h | 4 +
src/storage/rdb.cc | 323 +++++++++++++++++++++++++++++++++++-
src/storage/rdb.h | 28 ++++
tests/gocase/unit/dump/dump_test.go | 101 +++++++++++
6 files changed, 503 insertions(+), 3 deletions(-)
create mode 100644 tests/gocase/unit/dump/dump_test.go