This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a change to branch aleksraiden-sonarcube-new-code
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from ea8a4252 test
     add fc5d32f0 Update the redis-py version in README of kvrocks2redis tests 
(#2160)
     add 24658030 Try to workaround the broken ubuntu image (#2161)
     add ca1d5e0c Use the PUSH type in PubSub output if the RESP3 was enabled 
(#2159)
     add d0f43549 Add support of the XACK command (#2169)
     add 787555ea Add support of the compression level option (#2171)
     add d7affb84 Merge branch 'unstable' into aleksraiden-sonarcube-new-code

No new revisions were added by this update.

Summary of changes:
 .github/workflows/kvrocks.yaml               |  5 +++
 kvrocks.conf                                 | 23 ++++++++++++
 src/commands/cmd_pubsub.cc                   |  2 +-
 src/commands/cmd_stream.cc                   | 38 +++++++++++++++++++-
 src/config/config.cc                         |  1 +
 src/config/config.h                          |  1 +
 src/server/redis_connection.h                |  3 ++
 src/storage/storage.cc                       |  1 +
 src/types/redis_stream.cc                    | 42 ++++++++++++++++++++++
 src/types/redis_stream.h                     |  2 ++
 tests/cppunit/config_test.cc                 |  1 +
 tests/gocase/unit/protocol/protocol_test.go  | 52 ++++++++++++++-------------
 tests/gocase/unit/pubsub/pubsub_test.go      | 14 ++++++--
 tests/gocase/unit/type/stream/stream_test.go | 54 ++++++++++++++++++++++++++++
 utils/kvrocks2redis/tests/README.md          |  2 +-
 15 files changed, 211 insertions(+), 30 deletions(-)

Reply via email to