lt1946 opened a new issue, #1212: URL: https://github.com/apache/incubator-kvrocks/issues/1212
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version latest ### Minimal reproduce step from redis command : [https://redis.io/commands/bitpos/](url) redis> SET mykey "\x00\xff\xf0" "OK" ### What did you expect to see? redis> BITPOS mykey 1 7 15 BIT (integer) 9 ### What did you see instead? redis> BITPOS mykey 1 7 15 BIT (integer) 57 ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
