zrangebyscore
Retrieve sorted set members within a specified score range using a Redis MCP Server. Input the set key, min and max scores, and optionally include scores in the output for precise data extraction.
Instructions
Return members from a sorted set with scores between min and max
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Sorted set key | |
max | Yes | Maximum score | |
min | Yes | Minimum score | |
withScores | No | Include scores in output |