Version | Tags | Dockerfile
--- | --- | --- | ---
3.2 | latest, 3.2, 3 | Dockerfile
3.0 | 3.0 | Dockerfile
2.8 | 2.8, 2 | Dockerfile
Quickstart:
docker run -d --name redis drupaldocker/redis
Environmental variables
No variables
Description
Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C. The development of Redis has been sponsored by Pivotal since May 2013; before that, it was sponsored by VMware. According to the monthly ranking by DB-Engines.com, Redis is the most popular key-value store. The name Redis means REmote DIctionary Server.
source: redis
Status
Proof of concept
Contributing
- Fork the repo
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request
- Wait for result of automate tests
Credits
drupaldocker/redis was built on the top of official redis images.