BITOP

Redis 開発者教育
Redis Developer Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

BIT operation

使い方は bitop operation destkey key1 key2 です。
operationは AND, OR, XOR, NOT があります。
src_keyは複数使用することができます。

Example

コマンド>set key1 A
結果>OK
コマンド>set key2 B
結果>OK
コマンド>bitop AND destkey key1 key2
結果>1
コマンド>get destkey
結果>@
コマンド>bitop OR destkey key1 key2
結果>1
コマンド>get destkey
結果>C
コマンド>bitop XOR destkey key1 key2
結果>1
コマンド>get destkey
結果>\x03   redis-cli 表記
コマンド>bitop NOT destkey key1 key2
結果>1
コマンド>get destkey
結果>\xbe   redis-cli 表記

アニメーション表示



コマンド

BITOP operation destkey key [key ...]

  • このコマンドは、version 2.6.0 から使用することができます。
  • 論理的処理の所要時間はO(N)です。
関連コマンド SETBIT, GETBIT, BITCOUNT, BITPOS
Clients for Java Jedis, Lettuce, Redisson
Clients for C Hiredis

<< GETBIT BITOP BITCOUNT >>

クリック件数 :

Email 返事がかかってなれば、メールでお知らせします。

혹시 처음이세요?
레디스게이트에는 레디스에 대한 많은 정보가 있습니다.
레디스 소개, 명령어, SQL, 클라이언트, 서버, 센티널, 클러스터 등이 있습니다.
혹시 필요한 정보를 찾기 어려우시면 redisgate@gmail.com로 메일 주세요.
제가 찾아서 알려드리겠습니다.
 
close
IP를 기반으로 보여집니다.