mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-09 02:30:20 +08:00
rename MultiDB to Server; rename AofHandler to Persister
This commit is contained in:
@@ -33,7 +33,7 @@ type Cluster struct {
|
||||
peerPicker PeerPicker
|
||||
nodeConnections map[string]*pool.Pool
|
||||
|
||||
db database.EmbedDB
|
||||
db database.DBEngine
|
||||
transactions *dict.SimpleDict // id -> Transaction
|
||||
|
||||
idGenerator *idgenerator.IDGenerator
|
||||
|
Reference in New Issue
Block a user