mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 17:26:52 +08:00
replication slave side
This commit is contained in:
@@ -11,8 +11,6 @@ func makeTestDB() *DB {
|
||||
versionMap: dict.MakeConcurrent(dataDictSize),
|
||||
ttlMap: dict.MakeConcurrent(ttlDictSize),
|
||||
locker: lock.Make(lockerSize),
|
||||
addAof: func(line CmdLine) {
|
||||
|
||||
},
|
||||
addAof: func(line CmdLine) {},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user