On my Ubuntu 14.04 where I installed Redis.
I want to configure Master-Slave replication. To do this, in redis.conf
file, I should put this command =>
slaveof <masterip> <masterport>
But, how I can detect what is my master ip and and master password?