get_index_info
Retrieve schema and details of a Redis index using FT.INFO. Provide the index name to access specific index information or error messages for troubleshooting.
Instructions
Retrieve schema and information about a specific Redis index using FT.INFO.
Args: index_name (str): The name of the index to retrieve information about.
Returns: str: Information about the specified index or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index_name | Yes |