Redis 2.4 was recently released and I'm interested in upgrading my current Redis install which is version 2.2. Do I just need to download and compile it like I did 2.2 or do I delete 2.2 first then install 2.4? Linux commands would be appreciated or even a guide on how to generally upgrade linux programs not using apt. Thanks!!
migrated from stackoverflow.com Oct 18 '11 at 9:06
|
As Redis 2.4 is not in the Repository for testing or unstable, you will need to compile it manually. Just uninstall the old version of Redis (via apt), and compile the new one. Try this to install Redis 2.4
|
|||
|
|
There are a few PPAs that seems to be tracking the latest redis, this one https://launchpad.net/~chris-lea/+archive/redis-server seems to have builds for most distributions. You can install from it by running:
Edit: https://launchpad.net/~rwky/+archive/redis, now has redis 2.6 |
||||
|
|
|
With the upcoming (slated for October 18th, 2012) release of the next Ubuntu version, Quantal Quetzal the It is 3 minor patch versions behind the current stable redis release, but is still likely the best (ie. most supported) way to upgrade from v2.2 to v2.4. |
|||
|
|
