This is an automated email from the ASF dual-hosted git repository.

twice pushed a change to branch aleksraiden-patch-sonarcloud-github-c-cpp
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from 613f3a52 Update kvrocks.yaml
     add 1e25be6a refactor: hoist key mutexes to ExecuteCommands (#2620)
     add f495e0fc Merge branch 'unstable' into 
aleksraiden-patch-sonarcloud-github-c-cpp

No new revisions were added by this update.

Summary of changes:
 src/commands/blocking_commander.h             | 11 ++++-
 src/commands/cmd_list.cc                      | 29 ++++++++++++
 src/commands/cmd_stream.cc                    |  8 ++++
 src/commands/cmd_zset.cc                      | 20 ++++++++
 src/server/redis_connection.cc                | 18 ++++++-
 src/storage/redis_db.cc                       | 20 ++++----
 src/types/redis_bitmap.cc                     | 10 +---
 src/types/redis_bloom_chain.cc                |  2 -
 src/types/redis_hash.cc                       |  5 +-
 src/types/redis_hyperloglog.cc                |  2 -
 src/types/redis_json.cc                       | 21 +--------
 src/types/redis_list.cc                       | 10 +---
 src/types/redis_set.cc                        | 30 ------------
 src/types/redis_sortedint.cc                  |  2 -
 src/types/redis_stream.cc                     | 20 ++------
 src/types/redis_string.cc                     | 36 ++------------
 src/types/redis_string.h                      |  3 +-
 src/types/redis_zset.cc                       | 36 --------------
 tests/gocase/unit/protocol/regression_test.go |  3 --
 tests/gocase/unit/type/list/list_test.go      | 68 ++-------------------------
 tests/gocase/unit/type/zset/zset_test.go      |  7 ---
 21 files changed, 107 insertions(+), 254 deletions(-)

Reply via email to