I\'ve just install Redis succesfully using the instructions on the Quick Start guide on http://redis.io/topics/quickstart on my Ubuntu 10.10 server. I\'m running the service
In addition to the excellent answer given by Orabîg:
I resolved this issue by removing the bind section entirely and setting protected-mode to no.
bind
protected-mode
no
#bind 127.0.0.1 protected-mode no
Never use this method on publicly exposed servers.