Redis MCP Server

smembers

Retrieve all members from a Redis set using the specified key. Simplify data management within Redis databases by accessing complete set details directly through the MCP protocol.

Instructions

Get all members in a set

Input Schema

NameRequiredDescriptionDefault
keyYesSet key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Set key", "type": "string" } }, "required": [ "key" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

ID: cbn7lsbp7h