Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

slave monitor #511

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?
2.2
What is the problem you are experiencing?

We have a slave server connected to master. Our scripts are configured to 
connect to master server only and slave is stadby.

On slave when we run MONITOR command, we can see all write commands we put on 
master is showing in slave monitor also. Is this normal? 

I have monitored the network connections on the slave server, i can see that no 
other hosts are connecting to slave(no outgoing connections also). its only 
master which is connected to slave server. 

What steps will reproduce the problem?

Do you have an INFO output? Please past it here.

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

Please provide any additional information below.

-Vij 

Original issue reported on code.google.com by vijeeshk...@gmail.com on 5 Apr 2011 at 12:14

GoogleCodeExporter commented 8 years ago
Hello, this is absolutely correct, from the point of view of Redis a master is 
a client :) A special one, but still, a client.

Cheers,
Salvatore

Original comment by anti...@gmail.com on 5 Apr 2011 at 12:17