Skip to main content
Glama

Redis MCP Server

by farhankaz

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

NameRequiredDescriptionDefault
keyYesSorted set key
maxYesMaximum score
minYesMinimum score
withScoresNoInclude scores in output

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Sorted set key", "type": "string" }, "max": { "description": "Maximum score", "type": "number" }, "min": { "description": "Minimum score", "type": "number" }, "withScores": { "default": false, "description": "Include scores in output", "type": "boolean" } }, "required": [ "key", "min", "max" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/farhankaz/redis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server