Commands
- Introduction
- Strings
- Lists
- Sets
- Sorted Sets (ZSets)
- SORTED SETS Introduction
- ZADD
- ZINCRBY
- ZRANGE
- ZRANGESTORE 6.2
- ZLS Ent
- ZREVRANGE
- ZRANGEBYSCORE
- ZREVRANGEBYSCORE
- ZRANGEBYLEX
- ZREVRANGEBYLEX
- ZCARD
- ZLEN Ent
- ZCOUNT
- ZLEXCOUNT
- ZRANK
- ZREVRANK
- ZSCORE
- ZMSCORE 6.2
- ZREM
- ZRM Ent
- ZREMRANGEBYRANK
- ZREMRANGEBYSCORE
- ZREMRANGEBYLEX
- ZUNION 6.2
- ZINTER 6.2
- ZDIFF 6.2
- ZUNIONSTORE
- ZINTERSTORE
- ZDIFFSTORE 6.2
- ZSCAN
- ZPOPMIN 5.0
- ZPOPMAX 5.0
- BZPOPMIN 5.0
- BZPOPMAX 5.0
- ZISMEMBER Ent
- ZRANDMEMBER 6.2
- Hashes
- Streams
- Common Keys
- Recyclebin New
- Bits
- Pub/Sub
- Lua Script
- HyperLogLog(PF)
- Geo
- Connection
- Redis on Windows
redis commands hashes hexists
HEXISTS
Redis Developer Course | Redis Technical Support | Redis Enterprise Server |
---|
field가 있는지 조회
사용법은 hexists key field 이다.
있으면 1, 없으면 0을 리턴한다.
Example
명령> | hexists user-1 email |
결과> | 1 |
명령> | hexists user-1 xxx |
결과> | 0 |
명령문
HEXISTS key field
- 이 명령은 version 2.0.0 부터 사용할 수 있다.
- 논리적 처리 소요시간은 O(1)이다.
관련 명령 | HSET, HMGET, MSET, LPUSH, SADD, ZSET |
Clients for Java | Jedis, Lettuce, Redisson | Clients for C | Hiredis |
<< HINCRBYFLOAT | HEXISTS | HSETNX >> |
---|
Email
답글이 올라오면 이메일로 알려드리겠습니다.