jihuayu commented on issue #1212: URL: https://github.com/apache/kvrocks/issues/1212#issuecomment-1998695669
@sheharyaar Good job! Bitmap commands can both work on string & bitmap type keys. If you use `set key bitmap_value` to create keys, it is a string type key. If you use `setbit key 0 1` to create keys, it is a bitmap type key. Other, if "[go test](https://github.com/apache/kvrocks/blob/815d11f205105f845b3718e7081bca703d163cf3/tests/gocase/unit/type/bitmap/bitmap_test.go)" can cover all cases, you don't need to add C++ tests. We prioritize using go test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
