Skip to main content
Glama

Redis MCP Server

Official
by redis

lrange

Retrieve specific elements from a Redis list using start and stop indices, returning results in a JSON string format for efficient data management.

Instructions

Get elements from a Redis list within a specific range.

Returns: str: A JSON string containing the list of elements or an error message.

Input Schema

NameRequiredDescriptionDefault
nameYes
startYes
stopYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "start": { "title": "Start", "type": "integer" }, "stop": { "title": "Stop", "type": "integer" } }, "required": [ "name", "start", "stop" ], "title": "lrangeArguments", "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/redis/mcp-redis'

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