Oops!
This commit is contained in:
parent
8a592196c9
commit
c7bfda3f8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue