Hi everyone,
I need to install Redis on my CentOS 6.5 machine to use with my Rails application. I browsed the web to figure out how to do it and proceeded with the following commands:
wget https://redis.googlecode.com/files/redis-2.6.14.tar.gz // latest stable tar -xf redis-2.6.14.tar.gz cd redis-2.6.14 make install make test sudo make install
Until now, everything fine! But then I try running Redis finally and I get the following error:
Could not connect to Redis at 127.0.0.1:6379: Connection refused
What is going on? Can anyone help me with this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
That means Redis isn’t running. You will need to start it by running <pre>/usr/local/bin/redis-server /path/to/config</pre>. See <a href=“http://redis.io/topics/quickstart”>http://redis.io/topics/quickstart</a>.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.