Skip to main content
Glama

Redis MCP

list_range

Extract specific elements from a Redis list by specifying a start and stop index, enabling precise data retrieval for efficient list management.

Instructions

获取列表范围

Input Schema

NameRequiredDescriptionDefault
keyYes列表键名
startYes起始索引
stopYes结束索引

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "列表键名", "type": "string" }, "start": { "description": "起始索引", "type": "number" }, "stop": { "description": "结束索引", "type": "number" } }, "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