sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

为什么会在下载redis安装包名字上加个-make #314

Closed hymvp closed 11 months ago

hymvp commented 1 year ago

在主机的安装日志install.log中发现报错: --2023-08-17 23:41:10-- https://download.redis.io/releases//redis/redis-5.0.8-make.tar.gz Resolving download.redis.io (download.redis.io)... 45.60.125.1 Connecting to download.redis.io (download.redis.io)|45.60.125.1|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-08-17 23:41:12 ERROR 404: Not Found.

下载的地址:https://download.redis.io/releases//redis/redis-5.0.8-make.tar.gz,包的名字里会多个-make。 在后台的配置中没有发现包的名字带“-make” image

githubname1024 commented 1 year ago

不带make的为redis源码,需要经过编译后,才能部署安装。故分为源码地址(redis官方地址),和编译后地址。 在资源管理——Redis资源管理中,配置有源地址,配置完之后,需要编译并推送到仓库地址(资源管理——仓库配置)后,方可使用。