Template:Installation/Ubuntu/RedisPPA: Difference between revisions

From diaspora* project wiki
(Undo revision 4363 by Jaywink (talk) - False alarm, Redis 3.x should be fine)
mNo edit summary
Line 1: Line 1:
==== redis-server ====


diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using [https://launchpad.net/~chris-lea/+archive/redis-server this ppa]
diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using [https://launchpad.net/~chris-lea/+archive/redis-server this ppa]

Revision as of 04:10, 2 September 2016

redis-server

diaspora* needs redis-server >= 2.6 to work properly. Precise comes with 2.2, you can install the latest version using this ppa

sudo apt-add-repository ppa:chris-lea/redis-server
sudo apt-get update && sudo apt-get install redis-server