BITS Intro

레디스 개발자 교육 신청 레디스 정기점검/기술지원
Redis Technical Support
레디스 엔터프라이즈 서버
Redis Enterprise Server

key-value

Strings는 key와 value가 일 대 일 관계입니다.
반면 Lists, Sets, Sorted Sets, Hashes는 일 대 다 관계입니다.

Bits 명령어 리스트

CommandsVersionSyntaxDescription
GETBIT2.2.0key offsetbit 값 조회
SETBIT2.2.0key offset valuebit 값 조정
BITCOUNT2.6.0key [start end]1인 bit 수를 센다
BITOP2.6.0key operation destkey key [key ...]bit 연산( AND, OR, XOR, NOT) 실행
BITPOS2.8.7key bit [start [end]]지정한 bit의 위치를 구한다
BITFIELD3.2.0key [GET type offset] [SET type offset value] Perform arbitrary bitfield integer operations on strings

Total : 6



<< RECYCLEBIN BITS Intro SETBIT >>

Email 답글이 올라오면 이메일로 알려드리겠습니다.