Skip to content

Instantly share code, notes, and snippets.

@cre-o
Created September 23, 2012 23:54
Show Gist options
  • Save cre-o/3773480 to your computer and use it in GitHub Desktop.
Save cre-o/3773480 to your computer and use it in GitHub Desktop.
Last redis ubuntu 10.04
aptitude install python-software-properties
//Добавляем репу с последним редисом
add-apt-repository ppa:rwky/redis
//Обновляем список пакетов
aptitude update
//Устанавливаем
aptitude install redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment