Skip to main content
Glama

Redis MCP

list_rpush

Appends one or multiple values to the end of a Redis list, specified by its key. Enables efficient data management and updates in Redis databases for streamlined operations.

Instructions

右侧推入列表

Input Schema

NameRequiredDescriptionDefault
keyYes列表键名
valuesYes要推入的值或值数组

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "列表键名", "type": "string" }, "values": { "description": "要推入的值或值数组", "oneOf": [ { "description": "值", "type": "string" }, { "description": "值数组", "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "key", "values" ], "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