Install Redis 3.2 on Ubuntu It’s very easy to install Redis 3 on Ubuntu 16, just need to add PPA repository to your OS: add-apt-repository ppa:chris-lea/redis-server Now you have to update your repositories list and install Redis: apt-get update apt-…