Template
1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2024-04-09 11:47:41 -06:00
parent 8a592196c9
commit c7bfda3f8e
No known key found for this signature in database

View file

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