This commit is contained in:
Jacob Gunther
2023-02-14 22:39:54 -06:00
parent 72a17b128d
commit a2605a02a7
3 changed files with 18 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ func init() {
log.Fatal(err)
}
if err = r.Connect(config.Redis.URI, config.Redis.Database); err != nil {
if err = r.Connect(config.Redis); err != nil {
log.Fatal(err)
}