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

Migrates tests to ginkgo/gomega

This commit is contained in:
Dimitrij Denissenko
2015-01-15 15:51:22 +00:00
parent f7399b48cd
commit f6bca78168
12 changed files with 3203 additions and 3371 deletions

View File

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