Redis MCP Server
by farhankaz
zrangebyscore
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 |