apoc.redis.zrangebyscore

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.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?