Browse Source

redisc update

marion 5 năm trước cách đây
mục cha
commit
4165374322
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }
 
 // 连接测试