Skip to content

Instantly share code, notes, and snippets.

@1v
Last active June 6, 2017 01:31
Show Gist options
  • Save 1v/df1e335888dc62661c02 to your computer and use it in GitHub Desktop.
Save 1v/df1e335888dc62661c02 to your computer and use it in GitHub Desktop.
Redis and Resque for Ruby on Rails
  • Install Redis:
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
make install
redis-server redis.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment