apoc.redis.hgetall

Procedure APOC Full

apoc.redis.hgetall(uri, key, {config}) | Execute the 'HGETALL key' command

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

config

MAP?

{}

Output parameters