bits_intro
BITS Intro
|  Redis Developer Course |  Redis Technical Support |  Redis Enterprise Server | 
|---|
key-value
Strings는 key와 value가 일 대 일 관계입니다.
반면 Lists, Sets, Sorted Sets, Hashes는 일 대 다 관계입니다.
반면 Lists, Sets, Sorted Sets, Hashes는 일 대 다 관계입니다.
| Commands | Version | Syntax | Description | 
|---|---|---|---|
| GETBIT | 2.2.0 | key offset | bit 값 조회 | 
| SETBIT | 2.2.0 | key offset value | bit 값 조정 | 
| BITCOUNT | 2.6.0 | key [start end] | 1인 bit 수를 센다 | 
| BITOP | 2.6.0 | key operation destkey key [key ...] | bit 연산( AND, OR, XOR, NOT) 실행 | 
| BITPOS | 2.8.7 | key bit [start [end]] | 지정한 bit의 위치를 구한다 | 
| BITFIELD | 3.2.0 | key [GET type offset] [SET type offset value] | Perform arbitrary bitfield integer operations on strings | 
Total : 6
| << LOLWUT | BITS Intro | SETBIT >> | 
|---|
	Email
	
	
	답글이 올라오면 이메일로 알려드리겠습니다.
	
 


 
  
			 
			