Skip to main content
Glama

Redis MCP Server

Official
by redis

get_indexed_keys_number

Retrieve the count of indexed keys from a specific index in Redis, aiding in efficient data management and monitoring of indexed data structures.

Instructions

Retrieve the number of indexed keys by the index

Args: index_name (str): The name of the index to retrieve information about.

Returns: str: Number of indexed keys as a string

Input Schema

NameRequiredDescriptionDefault
index_nameYes

Input Schema (JSON Schema)

{ "properties": { "index_name": { "title": "Index Name", "type": "string" } }, "required": [ "index_name" ], "title": "get_indexed_keys_numberArguments", "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/redis/mcp-redis'

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