HEXISTS key field
@read
@hash
@fast
如果field是存储在key.
field
key
redis> HSET myhash field1 “foo” Failed to fetch redis> HEXISTS myhash 字段1 Failed to fetch redis> HEXISTS myhash 字段2 Failed to fetch
以下选项之一:
0
1