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