This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from a40993f7 Merge branch 'unstable' into aleksraiden-patch-1
add 0329170d fix(test): remove meaningless `list-max-ziplist-size` (#2517)
add ab41cbb6 fix(replication): potential deadlock when switching master
frequently (#2516)
add 68516e59 fix(typo): `filed -> field` (#2519)
add c75ad64d feat: support limit WriteBatch size (#2508)
add 2836bf02 chore(tests): add basic test case for the full+partial sync
(#2522)
add 9388f2a3 Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
kvrocks.conf | 7 +
src/config/config.cc | 2 +
src/config/config.h | 1 +
src/search/hnsw_indexer.cc | 64 +++++---
src/search/hnsw_indexer.h | 4 +-
src/search/index_manager.h | 35 ++++-
src/search/indexer.cc | 20 ++-
src/server/server.cc | 10 +-
src/storage/rdb.cc | 8 +-
src/storage/rdb.h | 2 +-
src/storage/redis_db.cc | 43 ++++--
src/storage/redis_pubsub.cc | 5 +-
src/storage/storage.cc | 16 +-
src/storage/storage.h | 1 +
src/types/redis_bitmap.cc | 39 +++--
src/types/redis_bitmap_string.cc | 20 ++-
src/types/redis_bloom_chain.cc | 33 ++--
src/types/redis_bloom_chain.h | 4 +-
src/types/redis_hash.cc | 38 +++--
src/types/redis_hyperloglog.cc | 18 ++-
src/types/redis_json.cc | 28 ++--
src/types/redis_list.cc | 98 ++++++++----
src/types/redis_set.cc | 39 +++--
src/types/redis_sortedint.cc | 18 ++-
src/types/redis_stream.cc | 169 ++++++++++++++-------
src/types/redis_stream.h | 4 +-
src/types/redis_string.cc | 18 ++-
src/types/redis_zset.cc | 90 +++++++----
tests/cppunit/hnsw_index_test.cc | 28 ++--
tests/cppunit/hnsw_node_test.cc | 41 +++--
tests/gocase/integration/cluster/cluster_test.go | 4 +-
.../integration/replication/replication_test.go | 50 +++++-
tests/gocase/integration/rsid/rsid_test.go | 2 +-
tests/gocase/tls/tls_test.go | 4 +-
tests/gocase/unit/limits/limits_test.go | 36 +++++
tests/gocase/unit/namespace/namespace_test.go | 7 +-
tests/gocase/unit/scripting/scripting_test.go | 5 +-
tests/gocase/unit/type/list/list_test.go | 8 +-
tests/gocase/util/client.go | 4 +-
39 files changed, 717 insertions(+), 306 deletions(-)