Added PW
This commit is contained in:
parent
cd59bc04ff
commit
959f776ef6
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -22,7 +22,7 @@ func main() {
|
|||
|
||||
client := redis.NewClient(&redis.Options{
|
||||
Addr: "db:6379",
|
||||
Password: "",
|
||||
Password: "abc123",
|
||||
DB: 0,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue