Skip to main content
Glama

Redis MCP Server

Official
by redis

json_del

Remove specific JSON values from Redis by specifying the key and path. Simplify data management in Redis by targeting and deleting precise elements within JSON documents.

Instructions

Delete a JSON value from Redis at a given path.

Args: name: The Redis key where the JSON document is stored. path: The JSON path to delete (default: root '$').

Returns: A success message or an error message.

Input Schema

NameRequiredDescriptionDefault
nameYes
pathNo$

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "path": { "default": "$", "title": "Path", "type": "string" } }, "required": [ "name" ], "title": "json_delArguments", "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