Add 'slave_repl_offset' to the INFO replication command output
This commit is contained in:
parent
a953466318
commit
2451fce391
@ -450,6 +450,7 @@ func (s *Server) writeInfoReplication(w *bytes.Buffer) {
|
|||||||
fmt.Fprintf(w, "role:slave\r\n")
|
fmt.Fprintf(w, "role:slave\r\n")
|
||||||
fmt.Fprintf(w, "master_host:%s\r\n", s.config.followHost())
|
fmt.Fprintf(w, "master_host:%s\r\n", s.config.followHost())
|
||||||
fmt.Fprintf(w, "master_port:%v\r\n", s.config.followPort())
|
fmt.Fprintf(w, "master_port:%v\r\n", s.config.followPort())
|
||||||
|
fmt.Fprintf(w, "slave_repl_offset:%v\r\n", int(s.faofsz))
|
||||||
if s.config.replicaPriority() >= 0 {
|
if s.config.replicaPriority() >= 0 {
|
||||||
fmt.Fprintf(w, "slave_priority:%v\r\n", s.config.replicaPriority())
|
fmt.Fprintf(w, "slave_priority:%v\r\n", s.config.replicaPriority())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user