apoc.redis.hget

Procedure APOC Full

apoc.redis.hget(uri, key, field, {config}) | Execute the 'HGET key field' command

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

field

ANY?

null

config

MAP?

{}

Output parameters