Skip to content

viragtripathi/redis-enterprise-docker

Repository files navigation

A 3 node Redis Enterprise cluster setup in Docker containers (For Development purpose only)

Prerequisites

Docker compatible OS and Docker installed.

  • (I have it setup on my MacBook Pro but you can run it on any OS with Docker as long as you tweak the script based on runtime requirements.) Update Docker resources with 4 CPUs and 6-10GB RAM as shown here, Docker Preferences...

Steps

  1. Execute create_redis_enterprise_3_node_cluster.sh to create a 3 node(server) Redis Enterprise cluster and a database.

  2. Execute create_multimodel_db.sh to create a multi-model database. Currently, you can create RediSearch (ft), ReJSON (rejson), RedisBloom (rebloom), RedisGraph (graph) and RedisTimeSeries (TS) module enabled databases with this script. [OPTIONAL]

  3. Execute cleanup.sh to kill and remove the 3 docker containers. [OPTIONAL]

  4. Execute destroy.sh to remove the containers and also delete the redislabs/redis images. [OPTIONAL]

Additional info

About

Redis Enterprise cluster inside Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages