redisson_hashes
Redisson Hashes
Redis 開発者教育 Redis Developer Course |
Redis 定期点検/技術支援 Redis Technical Support |
Redis エンタープライズサーバ Redis Enterprise Server |
---|
Hashes
Hashes에는 getMap()을 사용한다.
Class 변수로 선언
HSET -> put
HDEL -> remove, fastRemove
HGET -> get
HLEN -> size
HMSET -> putAll
HMGET -> getAll
HKEYS -> readAllKeySet
HVALS -> readAllValues
HGETALL -> readAllEntrySet
HSTRLEN -> valueSize
HINCRBY -> addAndGet
HINCRBYFLOAT -> addAndGet
HEXISTS -> containsKey
HSETNX -> fastPutIfAbsent
HSCAN -> iterator
<< ZSets | Hashes | Pub/Sub >> |
---|
조회수 :
Email
返事がかかってなれば、メールでお知らせします。