apoc.redis.hexists

Procedure APOC Full

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?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

field

ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

BOOLEAN?