apoc.redis.hget

过程 Apoc 扩展

apoc.redis.hget(uri, key, field, {config}) | 执行 'HGET key field' 命令

签名

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

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

字段

ANY?

null

config

MAP?

{}

输出参数

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