Skip to content

Commit 3c5a103

Browse files
DOC-4449 added hgetall and hvals doc examples
1 parent 3e8a3d9 commit 3c5a103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests/cmds_hash_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func ExampleClient_hgetall() {
149149

150150
rdb := redis.NewClient(&redis.Options{
151151
Addr: "localhost:6379",
152-
Password: "", // no password docs
152+
Password: "", // no password
153153
DB: 0, // use default DB
154154
})
155155

0 commit comments

Comments
 (0)