This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-tbb
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from dc39d253 Update tbb.cmake
add f03d48ca feat(stream): add support of the `XAUTOCLAIM` command (#2373)
add bd8b209f fix(search): make scan/filter executor follow case-sensitive
attribute (#2376)
add 701cc185 Merge branch 'unstable' into aleksraiden-patch-tbb
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_stream.cc | 94 ++++++
src/search/executors/filter_executor.h | 11 +-
src/search/executors/tag_field_scan_executor.h | 7 +-
src/types/redis_stream.cc | 160 ++++++++++
src/types/redis_stream.h | 2 +
src/types/redis_stream_base.h | 15 +
tests/gocase/unit/type/stream/stream_test.go | 404 +++++++++++++++++++++++++
7 files changed, 689 insertions(+), 4 deletions(-)