Redis MCP Server
by farhankaz
get
Get string value
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Key to get |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Key to get",
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}