mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 00:42:43 +08:00
improve replication; support partial sync
This commit is contained in:
@@ -30,7 +30,7 @@ type MultiDB struct {
|
||||
// store master node address
|
||||
slaveOf string
|
||||
role int32
|
||||
replication *replicationStatus
|
||||
replication *slaveStatus
|
||||
}
|
||||
|
||||
// NewStandaloneServer creates a standalone redis server, with multi database and all other funtions
|
||||
|
Reference in New Issue
Block a user