apoc.redis.append Procedure APOC Full 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? More documentation of apoc.redis.append apoc.redis apoc.redis.configGet