I'm running the enterprise version of Redis and the port discovery brings back two ports but they are the wrong ports. Is there a way to specify the correct ports as a host macro?
What port discovery is bringing back:
{"data":[{"{#REDIS_PORT}": "22824"},{"{#REDIS_PORT}": "36379"}]}
What are actually used: 6379, 9736
These are the redispack endpoint ports
These are shown in the output of this command:
sudo /opt/redislabs/bin/./rladmin status extra all
I'm running the enterprise version of Redis and the port discovery brings back two ports but they are the wrong ports. Is there a way to specify the correct ports as a host macro?
What port discovery is bringing back: {"data":[{"{#REDIS_PORT}": "22824"},{"{#REDIS_PORT}": "36379"}]}
What are actually used: 6379, 9736 These are the redispack endpoint ports
These are shown in the output of this command: sudo /opt/redislabs/bin/./rladmin status extra all