Skip to content

drupal-docker/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized REDIS for Drupal

Build Status Docker Pulls

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

  1. Fork the repo
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request
  6. Wait for result of automate tests

Credits

drupaldocker/redis was built on the top of official redis images.

Releases

No releases published

Packages

No packages published