1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Update changelog

This commit is contained in:
Vladimir Mihailenco
2021-05-26 15:12:25 +03:00
parent 8e8510431d
commit 37f5a2b1cd
2 changed files with 6 additions and 1 deletions

View File

@ -484,7 +484,7 @@ func WithChannelHealthCheckInterval(d time.Duration) ChannelOption {
}
}
// WithChannelSendTimeout specifies that channel send timeout after which
// WithChannelSendTimeout specifies the channel send timeout after which
// the message is dropped.
//
// The default is 60 seconds.