Browse Source

redisc update

marion 4 years ago
parent
commit
4165374322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/redis/redis_conn.go

+ 1 - 1
utils/redis/redis_conn.go

@@ -96,7 +96,7 @@ func (h *Hub) conn() error {
 		pool, _ = h.createPool(host, dialOpts...)
 		h.pool = pool
 	}
-	return h.ping()
+	return nil
 }
 
 // 连接测试