Pollo returns!

This commit is contained in:
2024-04-09 11:32:15 -06:00
parent 3f90abe196
commit 14e59c2b9c
4 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ func NewRedisClient() *redis.Client {
return nil
}
lib.LogInfo.Printf("\n[PUBSUB/REDIS]Connecting to Redis at %s\n", opts.ClientName)
lib.LogInfo.Printf("\n[PUBSUB/REDIS]Connecting to Redis at %s\n", opts.Addr)
RedisClient = redis.NewClient(opts)
return RedisClient