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 Name Type value ANY? More documentation of apoc.redis.hget apoc.redis.hexists apoc.redis.hgetall