Redis is a critical component for optimal performance of Laioutr Frontends:
Purpose: Redis serves as a caching layer for:
API response caching
Session management
Rate limiting
Requirements:
Redis version 6.0 or higher recommended
Persistent storage configuration for production environments
High availability setup (Redis Sentinel or Redis Cluster) for production deployments
Sufficient memory allocation based on your caching needs (typically 512MB to 2GB+)
Configuration: Your deployment pipeline must configure Redis connection settings and ensure the Redis instance is accessible from your frontend runtime environment.