Redis MCP Server

get

Get string value

Input Schema

NameRequiredDescriptionDefault
keyYesKey to get

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key to get", "type": "string" } }, "required": [ "key" ], "type": "object" }