Skip to main content
Glama

Redis MCP

zset_range

Retrieve specified range of elements from a Redis sorted set by providing the key, start, and stop indices. Optionally include scores for detailed analysis.

Instructions

获取有序集合范围

Input Schema

NameRequiredDescriptionDefault
keyYes有序集合键名
startYes起始索引
stopYes结束索引
withScoresNo是否返回分数(可选)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "有序集合键名", "type": "string" }, "start": { "description": "起始索引", "type": "number" }, "stop": { "description": "结束索引", "type": "number" }, "withScores": { "description": "是否返回分数(可选)", "type": "boolean" } }, "required": [ "key", "start", "stop" ], "type": "object" }

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/pickstar-2002/redis-mcp'

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