Merge branch 'master' into collection-optz

This commit is contained in:
tidwall 2019-02-17 13:39:50 -07:00
commit 1ea8a06234
1 changed files with 2 additions and 0 deletions

View File

@ -622,6 +622,8 @@ func (c *Server) commandInScript(msg *Message) (
res, err = c.cmdKeys(msg)
case "test":
res, err = c.cmdTest(msg)
case "server":
res, err = c.cmdServer(msg)
}
return
}