Commands
- Introduction
- Strings
- Lists
- Sets
- Sorted Sets (ZSets)
- SORTED SETS Introduction
- ZADD
- ZADDS Ent
- 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 開発者教育 Redis Developer Course |
Redis 定期点検/技術支援 Redis Technical Support |
Redis エンタープライズサーバ 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
返事がかかってなれば、メールでお知らせします。