Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 672 Bytes

README.textile

File metadata and controls

28 lines (17 loc) · 672 Bytes

Redis store for Rails

Installation

Download and install Redis from http://code.google.com/p/redis/

wget http://redis.googlecode.com/files/redis-0.091.tar.gz tar -zxvf redis-0.091.tar.gz cd redis-0.091 make

Install the gems

sudo gem install ezmobius-redis-rb -s http://gems.github.com sudo gem install jodosha-redis-rails -s http://gems.github.com

How to use with Rails

In your configuration files:

config.gem “jodosha-redis-rails”, :source => “http://gems.github.com” config.cache_store = :redis_store

Start Redis server, then your application.

Copyright

© 2009 Luca Guidi – http://lucaguidi.com, released under the MIT license