lrange
Retrieve elements from a Redis list within a specified range. Returns a JSON string of list items or an error.
Instructions
Get elements from a Redis list within a specific range.
Returns: str: A JSON string containing the list of elements or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| start | Yes | ||
| stop | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |