Created
October 21, 2013 17:11
-
-
Save jbonney/7087354 to your computer and use it in GitHub Desktop.
Redis cache system. Some references.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Redis server setup | |
http://blog.sensible.io/2013/08/20/setting-up-redis-for-production-environment.html | |
# Redis for Ruby | |
https://github.com/redis/redis-rb | |
# Redis and rails | |
http://jimneath.org/2011/03/24/using-redis-with-ruby-on-rails.html | |
# Redis cache | |
http://www.ryanalynporter.com/2012/06/12/simple-redis-caching-in-ruby/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment