BITPOSReturn the position of the first bit set to 0 or 1.
| 構文 | BITPOS key bit [start [end]] |
| グループ | string |
| 引数の数 | -3 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly |
| 計算量 | O(N) over the scanned bytes |
| Redis 互換性 | differs: the BYTE / BIT unit argument of Redis 7.0 is not accepted — ranges are byte offsets |