mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 01:07:06 +08:00
Add info command
This commit is contained in:
@@ -8,6 +8,7 @@ type CmdLine = [][]byte
|
||||
func makeRouter() map[string]CmdFunc {
|
||||
routerMap := make(map[string]CmdFunc)
|
||||
routerMap["ping"] = ping
|
||||
routerMap["info"] = info
|
||||
|
||||
routerMap["prepare"] = execPrepare
|
||||
routerMap["commit"] = execCommit
|
||||
|
Reference in New Issue
Block a user