diff --git a/command.go b/command.go index b99f1312..2dbc2ad8 100644 --- a/command.go +++ b/command.go @@ -64,6 +64,7 @@ var keylessCommands = map[string]struct{}{ "sync": {}, "unsubscribe": {}, "unwatch": {}, + "wait": {}, } type Cmder interface {