Just noticed that apt-get install redis-server will only work on koala or newer, but with a redis-server.deb package
its easy too…
wget http://ftp.us.debian.org/debian/pool/main/r/redis/redis-server_2.2.2-1_i386.deb #http://ftp.us.debian.org/debian/pool/main/r/redis/redis-server_2.2.2-1_amd64.deb sudo dpkg -i redis-server_2.2.2-1_i386.deb

4 comments
Comments feed for this article
2010-04-15 at 12:57:25
Roman
Hey, thanks! was looking for it ;=)
2010-05-02 at 9:04:07
Lucid Lynx a fresh install with ruby, rails, passenger etc « My Pragmatic life — Michael Grosser
[...] install redis [...]
2010-07-30 at 18:40:49
jonas02
Thanks
2010-10-13 at 23:17:59
drew2010
Thanks