This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch actions-m1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 6519ae45 fix cached redis cli
add 7d61e940 Add support of the command XGROUP DELCONSUMER (#2141)
add 19d7bad8 Extract common/port.h and optimize dbstats (#2145)
add 030d15ef Fix build warnings that local variable 's' will be copied
despite being returned by name (#2148)
add 86d34ac7 Fix missing fields in HELLO command response (#2150)
add b1fea27e Merge branch 'unstable' into actions-m1
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_stream.cc | 12 ++++-
src/{storage/rdb_intset.h => common/port.h} | 75 +++++++++++++-------------
src/server/server.cc | 2 -
src/server/server.h | 2 +
src/storage/storage.cc | 14 +++--
src/storage/storage.h | 15 +++---
src/types/redis_bitmap.h | 5 +-
src/types/redis_stream.cc | 71 +++++++++++++++++++++++++
src/types/redis_stream.h | 2 +
tests/gocase/unit/hello/hello_test.go | 28 +++++-----
tests/gocase/unit/protocol/protocol_test.go | 18 ++++++-
tests/gocase/unit/type/stream/stream_test.go | 78 ++++++++++++++++++++++++++++
14 files changed, 260 insertions(+), 72 deletions(-)
copy src/{storage/rdb_intset.h => common/port.h} (66%)