list_range
Extract specific elements from a Redis list by specifying a start and stop index, enabling precise data retrieval for efficient list management.
Instructions
获取列表范围
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | 列表键名 | |
start | Yes | 起始索引 | |
stop | Yes | 结束索引 |