This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from bd456dde3 Update jemalloc version to 5.3.1
add 37140d6c3 feat(hash): initialize field expiration metadata and subkey
en/decoding (#3444)
add 9bff8e148 Merge branch 'unstable' into aleksraiden-patch-2
No new revisions were added by this update.
Summary of changes:
kvrocks.conf | 20 +++
src/config/config.cc | 15 ++
src/config/config.h | 2 +
src/search/indexer.cc | 10 +-
src/search/indexer.h | 2 +-
src/storage/redis_db.cc | 37 +---
src/storage/redis_db.h | 64 +++++++
src/storage/redis_metadata.cc | 75 ++++++++
src/storage/redis_metadata.h | 30 +++-
src/types/redis_hash.cc | 115 ++++++++----
src/types/redis_hash.h | 5 +-
tests/cppunit/config_test.cc | 2 +
tests/cppunit/metadata_test.cc | 57 ++++++
tests/cppunit/types/hash_test.cc | 104 +++++++++++
tests/gocase/unit/config/config_test.go | 102 +++++++++--
tests/gocase/unit/geo/geo_test.go | 10 +-
tests/gocase/unit/kmetadata/kmetadata_test.go | 5 +-
tests/gocase/unit/pubsub/pubsub_test.go | 10 +-
tests/gocase/unit/scripting/function_test.go | 10 +-
tests/gocase/unit/type/bloom/bloom_test.go | 5 +-
tests/gocase/unit/type/hash/hash_test.go | 193 ++++++++++++---------
tests/gocase/unit/type/incr/incr_test.go | 5 +-
tests/gocase/unit/type/json/json_test.go | 5 +-
tests/gocase/unit/type/list/list_test.go | 25 ++-
tests/gocase/unit/type/set/set_test.go | 10 +-
tests/gocase/unit/type/sint/sint_test.go | 5 +-
tests/gocase/unit/type/stream/stream_test.go | 10 +-
tests/gocase/unit/type/strings/strings_test.go | 5 +-
tests/gocase/unit/type/tdigest/tdigest_test.go | 15 +-
.../gocase/unit/type/timeseries/timeseries_test.go | 5 +-
tests/gocase/unit/type/zset/zset_test.go | 10 +-
tests/gocase/util/configs.go | 52 ++----
32 files changed, 731 insertions(+), 289 deletions(-)