apoc.redis.push

Procedure APOC Full

apoc.redis.push(uri, key, values, {config}) | Execute the 'LPUSH key field values' command, or the 'RPUSH' if config right=true (default)

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

value

LIST? OF ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

INTEGER?