get_index_info
Retrieve schema and configuration details for a Redis index using FT.INFO. Provide the index name to get its structure and attributes.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |