support multi transaction

This commit is contained in:
hdt3213
2021-05-31 21:20:33 +08:00
parent 9d03314359
commit 67c385ee4a
50 changed files with 1919 additions and 1122 deletions

View File

@@ -41,5 +41,5 @@ func isAuthenticated(c redis.Connection) bool {
}
func init() {
RegisterCommand("ping", Ping, nil, -1)
RegisterCommand("ping", Ping, noPrepare, nil, -1)
}