Skip to content

Commit b362eb7

Browse files
authored
fix(txpipeline) add wait to keyless commands list (#3615)
1 parent fd437ce commit b362eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var keylessCommands = map[string]struct{}{
6464
"sync": {},
6565
"unsubscribe": {},
6666
"unwatch": {},
67+
"wait": {},
6768
}
6869

6970
type Cmder interface {

0 commit comments

Comments
 (0)