This is an automated email from the ASF dual-hosted git repository.
jihuayu pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 0da052804 Merge branch 'unstable' into aleksraiden-patch-1
add 75df3740a chore(deps): bump jemalloc to 5.3.1 (#3451)
add 505108c35 fix(tdigest): merge into existing dest without OVERRIDE
(#3412)
add 27fbff104 fix(tdigest): correct TDIGEST.MERGE parser for COMPRESSION
parameter. (#3449)
add d942f530a feat(ci): add caching for CMake FetchContent in CI workflow
(#3448)
add 8d4d8ea6f feat(commands): expose hash, list and json metadata in
kmetadata (#3454)
add 5ebde751f fix(hyperloglog): use namespace-prefixed key in PFMERGE
GetMetadata (#3441)
add 98c051cac fix(stream): allow group and consumer names starting with
digits (#3442)
add 64188fedb fix(geo): delete store_key instead of user_key in
SearchStore (#3456)
add e973cdf93 Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
.github/workflows/kvrocks.yaml | 39 ++-
cmake/jemalloc.cmake | 4 +-
src/commands/cmd_key.cc | 78 ++++-
src/commands/cmd_tdigest.cc | 4 +-
src/types/redis_geo.cc | 2 +-
src/types/redis_hyperloglog.cc | 2 +-
src/types/redis_stream.cc | 6 -
src/types/redis_tdigest.cc | 76 +++--
src/types/redis_tdigest.h | 16 +
src/types/tdigest.cc | 2 +-
tests/cppunit/types/tdigest_test.cc | 346 ++++++++++++++++++++++
tests/gocase/unit/geo/geo_test.go | 12 +
tests/gocase/unit/hyperloglog/hyperloglog_test.go | 53 ++++
tests/gocase/unit/kmetadata/kmetadata_test.go | 81 ++++-
tests/gocase/unit/type/stream/stream_test.go | 27 +-
tests/gocase/unit/type/tdigest/tdigest_test.go | 173 ++++++++++-
x.py | 6 +-
17 files changed, 864 insertions(+), 63 deletions(-)