Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 706 Bytes

Redis Stem

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.*

Build

This stem builds from an official stable redis image, based on debian-slim.

Configuration

Stem's config is based on the official config file from redis repo.

Changes made:

  • bind set to 0.0.0.0.

Deployment

Deploys with docker using embedded ops-docker tool.

Run scripts/start to launch local instance.

License

The Unlicense.