This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-patch-6
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 35a2643d Merge branch 'unstable' into aleksraiden-patch-6
add 242d887b chore: remove the duplicate const error message (#2800)
add 64fbd28f feat(tdigest): add TDIGEST.CREATE and TDIGEST.INFO command
(#2799)
add 4a8619de chore: remove redundant code in the method `Execute` of
`slaveof` cmd (#2801)
add 85fd8fec Merge branch 'unstable' into aleksraiden-patch-6
No new revisions were added by this update.
Summary of changes:
src/cluster/replication.cc | 2 +-
src/commands/cmd_server.cc | 8 --
src/commands/cmd_tdigest.cc | 136 +++++++++++++++++++++++
src/commands/commander.h | 1 +
src/commands/error_constants.h | 7 +-
src/types/redis_tdigest.cc | 19 ++--
src/types/redis_tdigest.h | 4 +
tests/cppunit/types/tdigest_test.cc | 3 +-
tests/gocase/unit/type/tdigest/tdigest_test.go | 144 +++++++++++++++++++++++++
9 files changed, 303 insertions(+), 21 deletions(-)
create mode 100644 src/commands/cmd_tdigest.cc
create mode 100644 tests/gocase/unit/type/tdigest/tdigest_test.go