lrange
Retrieve specific elements from a Redis list using start and stop indices, returning results in a JSON string format for efficient data management.
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 |