This commit is contained in:
antirez
2011-10-31 11:14:24 +01:00
parent f15e33a884
commit aeecbdfae3
2 changed files with 4 additions and 4 deletions

View File

@ -594,8 +594,8 @@ struct redisServer {
char *masterauth;
char *masterhost;
int masterport;
int repl_ping_slave_period;
int repl_timeout;
int repl_ping_slave_period;
int repl_timeout;
redisClient *master; /* client that is master for this slave */
int repl_syncio_timeout; /* timeout for synchronous I/O calls */
int replstate; /* replication status if the instance is a slave */