Sha256: 743eb9c52f18799d3072178ee4fd112a880702a41ff5f6dd56a6f8ccc284a3f2
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# Redis stores for Rack __`redis-rack`__ provides a Redis backed session store __Rack__. See the main [redis-store readme](https://github.com/redis-store/redis-store) for general guidelines. ## Installation ```ruby # Gemfile gem 'redis-rack' ``` ## Usage If you are using redis-store with Rails, consider using the [redis-rails gem](https://github.com/redis-store/redis-rails) instead. For standalone usage: ```ruby # config.ru require 'rack' require 'rack/session/redis' use Rack::Session::Redis ``` ## Running tests ```shell gem install bundler git clone git://github.com/redis-store/redis-rack.git cd redis-rack git checkout -t origin/1.4.x bundle install bundle exec rake ``` If you are on **Snow Leopard** you have to run `env ARCHFLAGS="-arch x86_64" bundle exec rake` ## Status [![Build Status](https://secure.travis-ci.org/redis-store/redis-rack.png?branch=1.4.x)](http://travis-ci.org/jodosha/redis-rack?branch=1.4.x) ## Copyright 2009 - 2013 Luca Guidi - [http://lucaguidi.com](http://lucaguidi.com), released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-rack-1.4.4 | README.md |
redis-rack-1.4.3 | README.md |