【发布时间】:2012-11-18 04:22:46
【问题描述】:
我正在 Cloudbees 中设置一个 OSS 构建,其中 /usr/sbin/redis-server 作为构建任务之一启动:
+ /usr/sbin/redis-server
[204] 04 Nov 03:52:58 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'
[204] 04 Nov 03:52:58 * Server started, Redis version 2.0.3
(Redis 站点)[http://redis.io/download] 显示 2.6.2 是当前版本,而 2.4.17 是“旧版”。在扩展下载页面上,不推荐使用 2.0.3 版。
我是否启动了错误的服务器可执行文件,或者是否计划支持更新版本的 Redis?
【问题讨论】:
标签: build jenkins redis cloudbees