apoc.redis.spop Procedure APOC Full 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 Name Type value ANY? More documentation of apoc.redis.spop apoc.redis.smembers apoc.redis.sunion