redisson_sets
Redisson Sets
Redis 開発者教育 Redis Developer Course |
Redis 定期点検/技術支援 Redis Technical Support |
Redis エンタープライズサーバ 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
返事がかかってなれば、メールでお知らせします。