Skip to main content
Glama

Redis MCP Server

Official
by redis

unsubscribe

Stop receiving messages from a specified Redis channel by using this tool. It ensures clean disconnection from active channels, maintaining an efficient data flow within the Redis MCP Server.

Instructions

Unsubscribe from a Redis channel.

Args: channel: The Redis channel to unsubscribe from.

Returns: A success message or an error message.

Input Schema

NameRequiredDescriptionDefault
channelYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" } }, "required": [ "channel" ], "title": "unsubscribeArguments", "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/redis/mcp-redis'

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