Sign inSign up

stefaniuk/redis

By stefaniuk

Updated almost 10 years ago

In-memory data structure store used as database, cache and message broker

Image
0

1.9K

stefaniuk/redis repository overview

Circle CI Size Version Commit Docker Hub

Docker Redis

Redis is an open source in-memory data structure store used as database, cache and message broker.

Installation

Builds of the image are available on Docker Hub.

docker pull stefaniuk/redis:latest

Alternatively you can build the image yourself.

docker build --tag stefaniuk/redis \
    github.com/stefaniuk/docker-redis

Quickstart

Start container using:

docker run --detach --restart always \
    --name redis \
    --hostname redis \
    --publish 6379:6379 \
    stefaniuk/redis

Todo

  • Authentication

Tag summary

Content type

Image

Digest

Size

62.4 MB

Last updated

almost 10 years ago

docker pull stefaniuk/redis