HEXISTS 公司

语法
HEXISTS key field
从以下位置开始可用:
2.0.0
时间复杂度:
O(1)
ACL 类别:
@read, @hash, @fast,

如果field是存储在key.

例子

redis> HSET myhash field1 “foo”
Failed to fetch
redis> HEXISTS myhash 字段1
Failed to fetch
redis> HEXISTS myhash 字段2
Failed to fetch
redis>

RESP2/RESP3 回复

以下选项之一:


为本页评分
返回顶部 ↑