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