apoc.redis.spop

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

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

config

MAP?

{}

Output parameters