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 1c433436 Add a simple pass manager for KQIR (#2226)
     add b60ccb3b Add support of the command MOVEX (#2225)

No new revisions were added by this update.

Summary of changes:
 src/commands/cmd_key.cc               |  49 ++++++++++-
 src/commands/cmd_server.cc            |  62 +++++---------
 src/config/config.cc                  |   2 +-
 src/server/server.cc                  |  19 ++++
 src/server/server.h                   |   9 ++
 src/storage/redis_db.cc               | 116 ++++++++++++++-----------
 src/storage/redis_db.h                |  11 ++-
 src/types/redis_zset.h                |   2 +-
 tests/gocase/unit/auth/auth_test.go   |   2 +-
 tests/gocase/unit/hello/hello_test.go |   4 +-
 tests/gocase/unit/movex/movex_test.go | 157 ++++++++++++++++++++++++++++++++++
 11 files changed, 333 insertions(+), 100 deletions(-)
 create mode 100644 tests/gocase/unit/movex/movex_test.go

Reply via email to