1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Fix publish command info

This commit is contained in:
Vladimir Mihailenco
2017-04-12 13:00:20 +03:00
parent 346c00d485
commit e737f3e6dd

View File

@ -91,6 +91,8 @@ func cmdFirstKeyPos(cmd Cmder, info *CommandInfo) int {
} else { } else {
return -1 return -1
} }
case "publish":
return 1
} }
if info == nil { if info == nil {
internal.Logf("info for cmd=%s not found", cmd.name()) internal.Logf("info for cmd=%s not found", cmd.name())