This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | Sat Apr 11 03:54:41 -0700 2009 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
redis-rails.gemspec | ||
| |
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 makeInstall the gems
sudo gem install ezmobius-redis-rb -s http://gems.github.com sudo gem install jodosha-redis-rails -s http://gems.github.comHow to use with Rails
In your configuration files:
config.gem “jodosha-redis-rails”, :source => “http://gems.github.com”, :lib => “redis-rails” require “redis-rails” # HACK Rails tries to instantiate cache first, then load configured gems config.cache_store = :redis_storeStart Redis server, then your application.
Copyright
© 2009 Luca Guidi – http://lucaguidi.com, released under the MIT license








