jodosha's redis-store at master - GitHub
Lee Iverson in leei's Channel
Enabling cache interface for Rails, Merb and Rack using Redis.
Captured on 02 Apr 2010 from github.com
Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks
Installation
Download and install Redis from http://code.google.com/p/redis/
curl -OL http://redis.googlecode.com/files/redis-1.02.tar.gz
tar -zxvf redis-1.02.tar.gz
mv redis-1.02 redis
cd redis
make
Install the gems
sudo gem install redis-rb redis-store
Cache store
Provides a cache store for your Ruby web framework of choice.
Rails
config.gem "redis-store", :source => "http://gemcutter.org", :lib => "redis-store"
require "redis-store"
config.cache_store = :redis_store
Responses
- Order By
- First Post First
- Last Post First
Please Login to respond