This is an automated email from the ASF dual-hosted git repository.
git-hulk pushed a change to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from e1099ef90 Merge branch 'unstable' into aleksraiden-patch-2
add edb033e5e fix(stream): align XPENDING ID parsing and PEL range with
XRANGE (incomplete IDs, exclusive bounds) (#3437)
add 27eae0d19 feat(commands): implement CLIENT SETINFO subcommand (#3465)
add b04211e84 fix(scripting): reject negative FCALL key count (#3466)
add 5898ca20c Merge branch 'unstable' into aleksraiden-patch-2
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_function.cc | 2 +-
src/commands/cmd_server.cc | 40 ++++++-
src/commands/cmd_stream.cc | 41 +++++--
src/server/redis_connection.cc | 7 +-
src/server/redis_connection.h | 9 ++
src/types/redis_stream.cc | 35 +++++-
src/types/redis_stream_base.h | 2 +
tests/gocase/unit/client/client_setinfo_test.go | 105 ++++++++++++++++++
tests/gocase/unit/monitor/monitor_test.go | 5 +-
tests/gocase/unit/scripting/function_test.go | 5 +
tests/gocase/unit/type/stream/stream_test.go | 140 ++++++++++++++++++++++++
11 files changed, 373 insertions(+), 18 deletions(-)
create mode 100644 tests/gocase/unit/client/client_setinfo_test.go