Skip to main content
Glama

Redis MCP

key_type

Determine the data type of a specified key in Redis, such as string, hash, list, set, or sorted set, to facilitate efficient database management and operation planning.

Instructions

获取键类型

Input Schema

NameRequiredDescriptionDefault
keyYes键名

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "键名", "type": "string" } }, "required": [ "key" ], "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