This is an automated email from the ASF dual-hosted git repository.
maplefu pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from b5207f30 Initialize the data structure of KQIR (#2183)
add 1be51b12 Add BIT support to BITPOS (#2170)
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_bit.cc | 8 +-
src/types/redis_bitmap.cc | 79 +++++++++--
src/types/redis_bitmap.h | 3 +-
src/types/redis_bitmap_string.cc | 79 ++++++++---
src/types/redis_bitmap_string.h | 2 +-
tests/cppunit/types/bitmap_test.cc | 22 ++--
tests/gocase/unit/type/bitmap/bitmap_test.go | 190 +++++++++++++++++++++++++++
7 files changed, 340 insertions(+), 43 deletions(-)