Open both ports in your firewall, otherwise Redis cluster nodes will be Port, but always with the normal Redis command port, however make sure you
Clients should never try to communicate with the cluster bus Nodes for failure detection, configuration update, failover authorizationĪnd so forth. This second high port is used for the Cluster bus, that is a node-to-nodeĬommunication channel using a binary protocol. The cluster bus port will be derived by adding 10000 to the data port, 16379 in this example, or by overiding it with the cluster-port config.
#How to install redis cli plus#
TCP port used to serve clients, for example 6379, plus the second port namedĬluster bus port.
If you plan to run a serious Redis Cluster deployment, the Note this tutorial requires Redis version 3.0 or higher. Of the final user, stated in a simple to understand way. However this tutorial tries to provide information about the availabilityĪnd consistency characteristics of Redis Cluster from the point of view How the system behaves from the point of view of the user. The Redis Cluster specification but just describing Going into the details that are covered in
#How to install redis cli how to#
Instructions about how to setup a cluster, test, and operate it, without This document is a gentle introduction to Redis Cluster, that does not useĭifficult to understand concepts of distributed systems.