Skip to main content
Glama

Redis MCP

hash_del

Remove specified fields from a Redis hash key using this tool. Input the hash key and field(s) to delete, streamlining data management in Redis databases.

Instructions

删除哈希字段

Input Schema

NameRequiredDescriptionDefault
fieldsYes要删除的字段名或字段名数组
keyYes哈希键名

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "要删除的字段名或字段名数组", "oneOf": [ { "description": "字段名", "type": "string" }, { "description": "字段名数组", "items": { "type": "string" }, "type": "array" } ] }, "key": { "description": "哈希键名", "type": "string" } }, "required": [ "key", "fields" ], "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/pickstar-2002/redis-mcp'

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