Skip to main content
Glama

Redis MCP Server

by farhankaz

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

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/farhankaz/redis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server