0
votes

I want to change my redis slave to master so I read about SLAVEOF. But I don't understand this line:

"The form SLAVEOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replication"

1

1 Answers

2
votes

I believe that the following edit will help you understand:

The form SLAVEOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replicated data