redis_zrange
Access a subset of members in a Redis sorted set by specifying start and stop indices, with an option to include scores.
Instructions
Get a range of members from a sorted set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The sorted set key. | |
| start | No | Start index. | |
| stop | No | Stop index (-1 for all). | |
| withscores | No | Include scores in output. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |