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?)
Was this page helpful?