mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
rename MultiDB to Server; rename AofHandler to Persister
This commit is contained in:
@@ -15,8 +15,8 @@ type DB interface {
|
||||
Close()
|
||||
}
|
||||
|
||||
// EmbedDB is the embedding storage engine exposing more methods for complex application
|
||||
type EmbedDB interface {
|
||||
// DBEngine is the embedding storage engine exposing more methods for complex application
|
||||
type DBEngine interface {
|
||||
DB
|
||||
ExecWithLock(conn redis.Connection, cmdLine [][]byte) redis.Reply
|
||||
ExecMulti(conn redis.Connection, watching map[string]uint32, cmdLines []CmdLine) redis.Reply
|
||||
|
Reference in New Issue
Block a user