Deploying Redis
Adios provides an official template for running Redis. Redis is often used for caching, session management, or as an in-memory data store.
Configuration
Create an adios.yaml file in the root of your project:
name: my-redis-cache
template: redis:7
Deploy
$ adios up