Skip to main content
Glama

Redis MCP

list_rpop

Remove and retrieve elements from the right end of a Redis list. Specify the list key and optionally the number of elements to pop for efficient data management.

Instructions

右侧弹出列表

Input Schema

NameRequiredDescriptionDefault
countNo弹出数量(可选)
keyYes列表键名

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "弹出数量(可选)", "type": "number" }, "key": { "description": "列表键名", "type": "string" } }, "required": [ "key" ], "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