This commit is contained in:
namhq1989 2022-12-21 17:46:39 +07:00
parent 228abef407
commit 62c514fafe
1 changed files with 1 additions and 1 deletions

View File

@ -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
}