apoc.redis.get Procedure APOC Full apoc.redis.get(uri, key, {config}) | Execute the 'GET key' command Signature apoc.redis.get(uri :: STRING?, key :: ANY?, config = {} :: MAP?) :: (value :: ANY?) Input parameters Name Type Default uri STRING? null key ANY? null config MAP? {} Output parameters Name Type value ANY? More documentation of apoc.redis.get apoc.redis.exists apoc.redis.hdel