basecamp/redis-store

Name: redis-store

Owner: Basecamp

Description: Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks

Forked from: redis-store/redis-store

Created: 2015-08-26 17:30:20.0

Updated: 2015-08-26 17:30:21.0

Pushed: 2015-07-16 21:05:31.0

Homepage: http://redis-store.org/redis-store

Size: 3809

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Redis stores for Ruby frameworks

Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.

Please check the README file of each gem for usage and installation guidelines.

Redis Installation
Option 1: Homebrew

MacOS X users should use Homebrew to install Redis:

 install redis
Option 2: From Source

Download and install Redis from the download page and follow the instructions.

Running tests
clone git://github.com/jodosha/redis-store.git
edis-store
install bundler
le exec rake

If you are on Snow Leopard you have to run env ARCHFLAGS="-arch x86_64" ruby ci/run.rb

Contributors
Status

Gem Version Build Status Code Climate

Copyright

2009 - 2013 Luca Guidi - http://lucaguidi.com, released under the MIT license


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.