public
Description: Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks
Homepage:
Clone URL: git://github.com/jodosha/redis-store.git
name age message
file MIT-LICENSE Sat Apr 11 03:54:41 -0700 2009 Initial import [jodosha]
file README.textile Loading commit data...
file Rakefile
directory lib/
file redis-rails.gemspec
directory spec/
README.textile

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