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?)
Was this page helpful?