Skip to content

Commit

Permalink
Mention CHANGELOG in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed May 23, 2012
1 parent 0373f71 commit 322966f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,13 @@ A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface. It features thread-safety, client-side
sharding, pipelining, and an obsession for performance.

## Upgrading from 2.x to 3.0

Please refer to the [CHANGELOG][changelog-3.0.0] for a summary of the
most important changes, as well as a full list of changes.

[changelog-3.0.0]: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#300

## Getting started

As of version 2.0 this client only targets Redis version 2.0 and higher.
Expand Down

0 comments on commit 322966f

Please sign in to comment.