Skip to content

Commit

Permalink
add official 1.8.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlecompte committed Aug 31, 2012
1 parent 1a47633 commit b833a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-19mode
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -155,7 +155,7 @@ redis_failover uses YARD for its API documentation. Refer to the generated [API

## Requirements

- redis_failover is actively tested against MRI 1.9.2/1.9.3 and JRuby 1.6.7 (1.9 mode only). Other rubies may work, although I don't actively test against them.
- redis_failover is actively tested against MRI 1.8.7/1.9.2/1.9.3 and JRuby 1.6.7 (1.9 mode only). Other rubies may work, although I don't actively test against them.
- redis_failover requires a ZooKeeper service cluster to ensure reliability and data consistency. ZooKeeper is very simple and easy to get up and running. Please refer to this [Quick ZooKeeper Guide](https://github.com/ryanlecompte/redis_failover/wiki/Quick-ZooKeeper-Guide) to get up and running quickly if you don't already have ZooKeeper as a part of your environment.

## Considerations
Expand Down

0 comments on commit b833a36

Please sign in to comment.