tcc rename

This commit is contained in:
hdt3213
2022-04-10 16:29:49 +08:00
parent 37ef7d8a34
commit 374606f6f1
10 changed files with 247 additions and 58 deletions

View File

@@ -87,6 +87,7 @@ func (mdb *MultiDB) Exec(c redis.Connection, cmdLine [][]byte) (result redis.Rep
return protocol.MakeErrReply("NOAUTH Authentication required")
}
// todo: merge special commands into router
// special commands
if cmdName == "subscribe" {
if len(cmdLine) < 2 {