apoc.redis.info

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.info(uri, {config}) | Execute the 'INFO' command

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

config

MAP?

{}

Output parameters