Skip to main content
Glama

Redis MCP Server

by farhankaz

scan

Search for Redis keys matching a specified pattern, enabling efficient identification and retrieval of data for streamlined database management.

Instructions

Scan Redis keys matching a pattern

Input Schema

NameRequiredDescriptionDefault
countNoNumber of keys to return per iteration (optional)
patternYesPattern to match (e.g., "user:*" or "schedule:*")

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of keys to return per iteration (optional)", "minimum": 1, "type": "number" }, "pattern": { "description": "Pattern to match (e.g., \"user:*\" or \"schedule:*\")", "type": "string" } }, "required": [ "pattern" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

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/farhankaz/redis-mcp'

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