Sha256: 2876ada07b74ef726d82d0e0adf2bdaf9fc79fecd1bee19e29f2944adc52b89d
Contents?: true
Size: 910 Bytes
Versions: 1
Compression:
Stored size: 910 Bytes
Contents
# Redis stores for Rack __`redis-rack`__ provides a Redis backed session store __Rack__. See the main [redis-store readme](https://github.com/jodosha/redis-store) for general guidelines. ## Installation # Gemfile gem 'redis-rack' ### Usage If you are using redis-store with Rails, consider using the [redis-rails gem](https://github.com/jodosha/redis-store/tree/master/redis-rails) instead. For standalone usage: # config.ru require 'rack' require 'rack/session/redis' use Rack::Session::Redis ## Running tests gem install bundler git clone git://github.com/jodosha/redis-store.git cd redis-store/redis-rack bundle install bundle exec rake If you are on **Snow Leopard** you have to run `env ARCHFLAGS="-arch x86_64" bundle exec rake` ## Copyright (c) 2009 - 2013 Luca Guidi - [http://lucaguidi.com](http://lucaguidi.com), released under the MIT license
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-rack-1.5.0 | README.md |