Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 31971  / 3 Years ago, tue, july 13, 2021, 7:14:35

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!!


More From » server

 Answers
4

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



wget http://redis.googlecode.com/files/redis-2.4.0.tar.gz
tar xzvf redis-2.4.0.tar.gz
cd redis-2.4
make install
make test

[#42970] Tuesday, July 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
taigysel

Total Points: 33
Total Questions: 136
Total Answers: 114

Location: Singapore
Member since Wed, Jan 13, 2021
3 Years ago
taigysel questions
;