redis_lrange
Retrieve a range of elements from a Redis list by specifying start and stop indices.
Instructions
Get a range of elements from a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The list key. | |
| start | No | Start index. | |
| stop | No | Stop index (-1 for all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |