apoc.redis.append

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.append(uri, key, value, {config}) | Execute the 'APPEND key value' command

Signature

apoc.redis.append(uri :: STRING?, key :: ANY?, value :: ANY?, config = {} :: MAP?) :: (value :: INTEGER?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

value

ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

INTEGER?