Skip to main content
Glama

Redis MCP

list_lpop

Remove and return elements from the left side of a Redis list, specifying the key and optional count to manage data efficiently.

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