get_indexes
Retrieve a JSON list of all indexes in the Redis database. Get an overview of available indexes for efficient data management.
Instructions
List of indexes in the Redis database
Returns: str: A JSON string containing the list of indexes or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |