From b362eb7f7d1f4b8aea6759ceea22dcaba9992b4b Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Tue, 25 Nov 2025 07:15:13 -0500 Subject: [PATCH] fix(txpipeline) add wait to keyless commands list (#3615) --- command.go | 1 + 1 file changed, 1 insertion(+) 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 {