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:
@ -30,7 +30,7 @@ func ExampleNewTCPClient() {
|
||||
|
||||
func ExampleNewFailoverClient() {
|
||||
client := redis.NewFailoverClient(&redis.FailoverOptions{
|
||||
MasterName: "master",
|
||||
MasterName: "mymaster",
|
||||
SentinelAddrs: []string{":26379"},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user