We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be61f4 commit 9adc3caCopy full SHA for 9adc3ca
example/hset-struct/main.go
@@ -31,8 +31,7 @@ func main() {
31
ctx := context.Background()
32
33
rdb := redis.NewClient(&redis.Options{
34
- Addr: ":6379",
35
- Password: "Mafia1234",
+ Addr: ":6379",
36
})
37
_ = rdb.FlushDB(ctx).Err()
38
example/scan-struct/main.go
@@ -24,8 +24,7 @@ func main() {
24
25
26
27
28
29
30
0 commit comments