Skip to content

Contains a docker-compose.yml using redismod : a Docker image with selected Redis Labs modules

Notifications You must be signed in to change notification settings

redis-developer/redismod-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redismod-docker-compose

This repo contains a Docker Compose file configured to use the RedisLabs redismod image; a Docker image with selected Redis Labs modules.

Pre-requisites

This image runs Redis on the default port 6379 which you can access as if it were a local install of Redis. Just ensure that you shut down any other Redis instances that might be on port 6379 before starting this one.

It also run Redis in appendonly mode (AOF - Append Only File). The AOF persistence logs every write operation received by the server, that will be played again at server startup, reconstructing the original dataset.

The image stores the data file under the ./data directory.

To launch Redis simply enter:

docker-compose up

About

Contains a docker-compose.yml using redismod : a Docker image with selected Redis Labs modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •