apoc.redis.hset

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

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?