Deploy a pre-configured Redis server for caching and session management.
What's Included
- Redis server (latest stable)
- Configured with password authentication
- Optimized memory settings
After Deployment
redis-cli\nAUTH your-password\nPINGThe password is available in the Getting Started guide on your server detail page.
Use Cases
- Application caching layer
- Session storage for web apps
- Message queue (pub/sub)
- Rate limiting backend