apoc.redis.lrange
Procedure APOC Full
apoc.redis.lrange(uri, key, start, stop, {config}) | Execute the 'LRANGE key start stop' command
Signature
apoc.redis.lrange(uri :: STRING?, key :: ANY?, start :: INTEGER?, stop :: INTEGER?, config = {} :: MAP?) :: (value :: LIST? OF ANY?)
Input parameters
Name | Type | Default |
---|---|---|
uri |
STRING? |
null |
key |
ANY? |
null |
start |
INTEGER? |
null |
stop |
INTEGER? |
null |
config |
MAP? |
{} |