From 898346100ed57aef08452c5e5a0d4328ea766c28 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:03:03 -0500 Subject: [PATCH] add wait to keyless commands list --- command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command.go b/command.go index b99f1312a..2dbc2ad87 100644 --- a/command.go +++ b/command.go @@ -64,6 +64,7 @@ var keylessCommands = map[string]struct{}{ "sync": {}, "unsubscribe": {}, "unwatch": {}, + "wait": {}, } type Cmder interface {