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:
@@ -64,6 +64,7 @@ var keylessCommands = map[string]struct{}{
|
|||||||
"sync": {},
|
"sync": {},
|
||||||
"unsubscribe": {},
|
"unsubscribe": {},
|
||||||
"unwatch": {},
|
"unwatch": {},
|
||||||
|
"wait": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
type Cmder interface {
|
type Cmder interface {
|
||||||
|
|||||||
Reference in New Issue
Block a user