Skip to main content
Glama

Redis MCP

zset_remove

Remove specific members from a sorted set in Redis using a specified key. Supports single or multiple member deletion for efficient data management within the Redis MCP server.

Instructions

移除有序集合成员

Input Schema

NameRequiredDescriptionDefault
keyYes有序集合键名
membersYes要移除的成员或成员数组

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "有序集合键名", "type": "string" }, "members": { "description": "要移除的成员或成员数组", "oneOf": [ { "description": "成员", "type": "string" }, { "description": "成员数组", "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "key", "members" ], "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