apoc.redis.hset

过程 Apoc 扩展

apoc.redis.hset(uri, key, field, value, {config}) | 执行 'HSET key field value' 命令,如果它是哈希中的新字段则返回 true,如果字段已存在则返回 false

签名

apoc.redis.hset(uri :: STRING?, key :: ANY?, field :: ANY?, value :: ANY?, config = {} :: MAP?) :: (value :: BOOLEAN?)

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

字段

ANY?

null

ANY?

null

config

MAP?

{}

输出参数

名称 类型

布尔值?

© . This site is unofficial and not affiliated with Neo4j, Inc.