apoc.redis.copy

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.copy(uri, source, destination, {config}) | Execute the 'COPY source destination' command and returns true if source was copied and false otherwise

Signature

apoc.redis.copy(uri :: STRING?, source :: ANY?, destination :: ANY?, config = {} :: MAP?) :: (value :: BOOLEAN?)

Input parameters

Name Type Default

uri

STRING?

null

source

ANY?

null

destination

ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

BOOLEAN?