Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Aug 23, 2013
1 parent a13a9d6 commit 4f659e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# 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.
__`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/jodosha/redis-store/tree/master/redis-rails) instead. For standalone 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
Expand All @@ -26,7 +25,7 @@ use Rack::Session::Redis

```shell
gem install bundler
git clone git://github.com/jodosha/redis-rack.git
git clone git://github.com/redis-store/redis-rack.git
cd redis-rack
bundle install
bundle exec rake
Expand Down

0 comments on commit 4f659e3

Please sign in to comment.