Website introduction
Redis official documentation provides a complete command reference, data type description, and deployment guide. As a high-performance cache and message queue, Redis is a key component for processing real-time data in AI applications.
Core learning content
- Five basic data types and application scenarios
- Persistent configuration (RDB/AOF)
- Cluster and Sentinel high availability solutions
- Vector search (Redis as AI vector database)
Suitable for whom
- backend developer
- Developers who need to build real-time AI applications