bitcount
BITCOUNT
Redis 開発者教育 Redis Developer Course |
Redis 定期点検/技術支援 Redis Technical Support |
Redis エンタープライズサーバ Redis Enterprise Server |
---|
1であるbit数を数える。
使い方は bitcount key start end です。
startとendはbyte順で、0から始めます。
startやendに負数を使用することができます。 この場合、最後のバイトは-1、その次は-2、こんなに付与されます。
コマンド
BITCOUNT key [start end]
- このコマンドは、version 2.6.0 から使用することができます。
- 論理的処理の所要時間はO(N)です。
関連コマンド | SETBIT, GETBIT, BITOP, BITPOS |
Clients for Java | Jedis, Lettuce, Redisson | Clients for C | Hiredis |
<< BITOP | BITCOUNT | BITFIELD >> |
---|
クリック件数 :
Email
返事がかかってなれば、メールでお知らせします。