Redisson Sets

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

Sets

Sets에는 getSet(), getKeys()를 사용한다.

Class 변수로 선언

SADD  -> add

SREM  -> remove

SMEMBERS  -> readAll

SCARD  -> size

SUNION  -> readUnion

SINTER  -> readIntersection

SDIFF  -> readDiff

SUNIONSTORE  -> union

SINTERSTORE  -> intersection

SDIFFSTORE  -> diff

SISMEMBER  -> contains

SMOVE  -> move

SPOP  -> removeRandom

SRANDMEMBER  -> random

SSCAN  -> iterator



<< Lists Sets ZSets >>

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