redis_zrevrange
Retrieve a range of members from a Redis sorted set in reverse order by rank, optionally including scores.
Instructions
Get a range of members from a sorted set in reverse order.
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 |