search_redis_documents
Find relevant Redis documentation and knowledge base articles by asking questions about concepts, data structures, features, and common use cases like caching, rate limiting, and RAG.
Instructions
Search Redis documentation and knowledge base to learn about Redis concepts and use cases.
This tool exposes updated and curated documentation, and must be invoked every time the user wants to learn more in areas including:
Common Use Cases:
Session Management: User session storage and management
Caching: Application-level and database query caching
Rate Limiting: API throttling and request limiting
Leaderboards: Gaming and ranking systems
Semantic Search: AI-powered similarity search
Agentic Workflows: AI agent state and memory management
RAG (Retrieval-Augmented Generation): Vector storage for AI applications
Real-time Analytics: Counters, metrics, and time-series data
Message Queues: Task queues and job processing
Geospatial: Location-based queries and proximity search
Args: question: The question about Redis concepts, data structures, features, or use cases
Returns: Union[List[Dict[str, Any]], Dict[str, Any]]: A list of documentation results from the API, or a dict with an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |