You can use Redis for caching, as a message broker, or simply as a database. Learn three approaches to using Redis inside a Rust web application.
Packaging web apps as Docker containers benefits both local development and server deployment. Learn how to put a Rust app inside a Docker container.