Merge branch 'release/v0.0.7' into dev

This commit is contained in:
2010-12-29 17:29:20 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Redis fits perfectly with all of these requirements. It has atomic operations li
gem install redistat gem install redistat
If you are using Ruby 1.8.x, it's recommended you also install the `system_timer` gem, as the Redis gem will otherwise complain.
## Usage ## Usage
The simplest way to use Redistat is through the model wrapper. The simplest way to use Redistat is through the model wrapper.

View File

@@ -1,3 +1,3 @@
module Redistat module Redistat
VERSION = "0.0.6" VERSION = "0.0.7"
end end