Redis version on Cloudbees is out of date?
- by Alan Krueger
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?