how to join any cluster redis

C++
redis-cli CLUSTER MEET 127.0.0.1:8080 127.0.0.1:8083
Source

Also in C++: