apoc.redis.hset

Procedure APOC Full

apoc.redis.hset(uri, key, field, value, {config}) | Execute the 'HSET key field value' command and returns true if it is a new field in the hash or false if the field already exists

Signature

apoc.redis.hset(uri :: STRING?, key :: ANY?, field :: ANY?, value :: ANY?, config = {} :: MAP?) :: (value :: BOOLEAN?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

field

ANY?

null

value

ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

BOOLEAN?