get_list
Retrieve a range of elements from a Redis list by key, with start and stop indices to control the subset.
Instructions
Get elements from a list by range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| stop | No | Stop index (default: -1, means end) | |
| start | No | Start index (default: 0) |