apoc.redis.hexists
Procedure Apoc Extended
apoc.redis.hexists(uri, key, field, {config}) | Execute the 'HEXISTS key field' command
Signature
apoc.redis.hexists(uri :: STRING?, key :: ANY?, field :: ANY?, config = {} :: MAP?) :: (value :: BOOLEAN?)