Skip to content

Commit 6064b94

Browse files
authored
Merge branch 'master' into update-docs
2 parents 3345da8 + 716906a commit 6064b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import (
150150
)
151151

152152
func ExampleClient() *redis.Client {
153-
url := "redis://localhost:6379?password=hello&protocol=3"
153+
url := "redis://user:password@localhost:6379/0?protocol=3"
154154
opts, err := redis.ParseURL(url)
155155
if err != nil {
156156
panic(err)

0 commit comments

Comments
 (0)