zrange
Retrieve a specified range of members from a sorted set by index using key, start, and stop parameters, optionally including scores for efficient data access in Redis MCP Server.
Instructions
Return a range of members from a sorted set by index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Sorted set key | |
start | Yes | Start index (0-based) | |
stop | Yes | Stop index (inclusive) | |
withScores | No | Include scores in output |