1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-26 19:21:03 +03:00

Fixing travis build

This commit is contained in:
Dimitrij Denissenko
2015-01-25 12:33:30 +00:00
parent 8cef6c00f2
commit 1a56e736aa
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ func ExampleNewTCPClient() {
func ExampleNewFailoverClient() {
client := redis.NewFailoverClient(&redis.FailoverOptions{
MasterName: "mymaster",
MasterName: "master",
SentinelAddrs: []string{":26379"},
})