Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
namhq1989 | 8273a9137a | |
namhq1989 | c9ca8e5beb |
|
@ -28,7 +28,7 @@ func Connect(uri, password string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("⚡️[natsio]: connected to %s \n", uri)
|
||||
fmt.Printf("⚡️[redis]: connected to %s \n", uri)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue