Skip to content

Commit

Permalink
Added a note about the SystemTimer gem on ruby 1.8 to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 4, 2011
1 parent f7edd0a commit 60e1a34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.mdown
Expand Up @@ -33,6 +33,14 @@ and require it in your project:

require 'split'

### SystemTimer

If you are using Redis on Ruby 1.8.x then you will likely want to also use the SystemTimer gem if you want to make sure the Redis client will not hang.

Put the following in your gemfile as well:

gem 'SystemTimer'

### Rails

Split is autoloaded when rails starts up, as long as you've configured redis it will 'just work'.
Expand Down

0 comments on commit 60e1a34

Please sign in to comment.