mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-23 06:32:28 +08:00
update vendor directory
This commit is contained in:
2
vendor/github.com/garyburd/redigo/redis/conn.go
generated
vendored
2
vendor/github.com/garyburd/redigo/redis/conn.go
generated
vendored
@@ -128,7 +128,7 @@ func DialPassword(password string) DialOption {
|
||||
}
|
||||
|
||||
// DialTLSConfig specifies the config to use when a TLS connection is dialed.
|
||||
// Has no effect when not dialing a TLS connection.
|
||||
// Has no effect when not dialing a TLS connection.
|
||||
func DialTLSConfig(c *tls.Config) DialOption {
|
||||
return DialOption{func(do *dialOptions) {
|
||||
do.tlsConfig = c
|
||||
|
||||
Reference in New Issue
Block a user