apoc.redis.pop

Procedure APOC Full

apoc.redis.pop(uri, key, {config}) | Execute the 'LPOP key' command, or the 'RPOP' if config right=true (default)

Signature

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

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

config

MAP?

{}

Output parameters