fix typo
This commit is contained in:
parent
228abef407
commit
62c514fafe
|
@ -33,7 +33,7 @@ func Connect(uri, password string) (*Server, error) {
|
|||
// assign data
|
||||
r = &Server{rdb: rdb}
|
||||
|
||||
fmt.Printf("⚡️[natsio]: connected to %s \n", uri)
|
||||
fmt.Printf("⚡️[redis]: connected to %s \n", uri)
|
||||
|
||||
return r, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue