zrange
This block is part of the redis
group and was last modified in core v13.0.7
.
zrange
v13.0.5
retrieve items from the sorted sets
Pin | Pin | Type | Default |
---|---|---|---|
flow |
flow |
|
|
start indexrequired start position within range (inclusive) |
number |
|
|
stop indexrequired stop position within range (inclusive) |
number |
|
|
include scores adds WIITHSCORES to the command options, indication to include the scores |
condition |
|
Pin | Pin | Type | Example |
---|---|---|---|
flow |
flow |
||
results Returns the sorted sets values |
array |
||
success Returns true when the operation succeeded |
condition |
||
error |
value |
||
key |
value |
Core Releases
v13.0.5 This block was introduced inv13.0.5
, click here to see the release notes.
v13.0.7
This block was last modified in v13.0.7
, click here to see the release notes.
Back to
redis
Return to the main group to view all sub-groups
Back to redis sorted sets
Return to the group to view all blocks within this group