Skip to main content
Glama

Redis MCP Server

Official
by redis

get_indexed_keys_number

Retrieve the count of indexed keys for a specific index in Redis. Input the index name to get the number of keys indexed, simplifying data management and search operations.

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