Redis MCP Server

sadd

Add one or more members to a Redis set using the specified key. The tool facilitates efficient data management within the Redis MCP Server by enabling structured set operations.

Instructions

Add one or more members to a set

Input Schema

NameRequiredDescriptionDefault
keyYesSet key
membersYesMembers to add to the set

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Set key", "type": "string" }, "members": { "description": "Members to add to the set", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "members" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

ID: cbn7lsbp7h