1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +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 {
return -1
}
case "publish":
return 1
}
if info == nil {
internal.Logf("info for cmd=%s not found", cmd.name())