Compare commits

...

2 Commits
v3 ... master

Author SHA1 Message Date
namhq1989 8273a9137a Merge branch 'master' of git.selly.red:Selly-Modules/redisdb 2022-12-21 17:46:04 +07:00
namhq1989 c9ca8e5beb fix typo 2022-12-21 17:45:57 +07:00
1 changed files with 1 additions and 1 deletions

View File

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