How to find the latest version of redis-server in repos?

Solution 1:

You can use the following PPA: https://launchpad.net/~rwky/+archive/redis.

You can install this repo running the command:

sudo add-apt-repository ppa:rwky/redis

then update the packages' information

sudo apt-get update

finally install the application

sudo apt-get install redis-server