Giter Club home page Giter Club logo

redis-ee-docker's Introduction

Usage

Set environment variables

Example set of env variables required for cluster setup stored in .env.example. Use it to create your own .env

cp .env.example .env

If you're using a custom docker image in the private repo, please set values in .env.credentials and export them

export $(cat .env.credentials | xargs)

Build RE cluster

By default, RE cluster supports single endpoint and relies on DMC proxy to calculate hash slot. Multiple endpoints (OSS cluster mode) could be enabled by setting env variable RE_USE_OSS_CLUSTER=true.

All standard RE ports available from your local network:

  • 12000 - 12002 - Redis client ports. 12000 corresponds to master node, other corresponds to node-1, node-2. In DMC mode only 12000 port is available, with OSS Cluster API you can connect to each node.
  • 6372-6374, 6379 - Additional ports accessible from local network.
  • 9443 - 9445 - REST API connections
  • 8443 - 8445 - RE Cluster management UI's

redis-ee-docker's People

Contributors

vladvildanov avatar chayim avatar ofekshenawa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.