Redis version on Cloudbees is out of date?
Posted
by
Alan Krueger
on Stack Overflow
See other posts from Stack Overflow
or by Alan Krueger
Published on 2012-11-04T16:30:55Z
Indexed on
2012/11/07
17:01 UTC
Read the original article
Hit count: 277
I'm setting up an OSS build in Cloudbees with /usr/sbin/redis-server
being started as one of the build tasks:
+ /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
The (Redis site)[http://redis.io/download] shows 2.6.2 to be the current version and 2.4.17 as "legacy". On the extended downloads page, version 2.0.3 is deprecated.
Am I launching it the wrong server executable, or are there plans to support a more recent version of Redis?
© Stack Overflow or respective owner