Execute
Error message
Node 127.0.0.1:30001 is not configured as a cluster node
Error reason:
/Cluster enabled yes is commented out in the root/soft/redis-5.0.5/redis.conf file
Solution:
VI redis.conf uncomment and save.
Restart redis
If it still fails to start, refer to redis cluster tutorial – redis https://redis.io/topics/cluster-tutorial
Installation starts here