Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.*
This stem builds from an official stable redis image, based on debian-slim.
Stem's config is based on the official config file from redis repo.
Changes made:
bind
set to0.0.0.0
.
Deploys with docker using embedded ops-docker tool.
Run scripts/start
to launch local instance.