apoc.redis.zrangebyscore

Procedure Apoc Extended

apoc.redis.zrangebyscore(uri, key, min, max, {config}) | Execute the 'ZRANGEBYSCORE key min max' command

Signature

apoc.redis.zrangebyscore(uri :: STRING?, key :: ANY?, min :: INTEGER?, max :: INTEGER?, config = {} :: MAP?) :: (value :: LIST? OF ANY?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

min

INTEGER?

null

max

INTEGER?

null

config

MAP?

{}

Output parameters

Name Type

value

LIST? OF ANY?