Open
Description
The example contains incorrect results at https://redis.io/commands/bitpos/
In my browser (firefox), the webpage shows:
redis> SET mykey "\x00\xff\xf0"
"OK"
...
redis> BITPOS mykey 1 7 15 BIT
(integer) 9
However, the expected result from the BITPOS command is:
(integer) 8
which was returned by redis-server v7.0.5
Metadata
Metadata
Assignees
Labels
No labels