1
0
mirror of https://github.com/redis/go-redis.git synced 2025-11-26 06:23:09 +03:00

fix(txpipeline) add wait to keyless commands list (#3615)

This commit is contained in:
Marco Ferrer
2025-11-25 07:15:13 -05:00
committed by GitHub
parent fd437cea4f
commit b362eb7f7d

View File

@@ -64,6 +64,7 @@ var keylessCommands = map[string]struct{}{
"sync": {},
"unsubscribe": {},
"unwatch": {},
"wait": {},
}
type Cmder interface {