Skip to content

Commit

Permalink
uh..
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Jul 20, 2010
1 parent 4e50e9d commit 4db03da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -77,7 +77,7 @@ For some of our less stable features, we are actually measuring the error rate u

Rollout separates its keys from other keys on the Redis server using the "feature" keyspace.

You can namespace keys further to support multiple environments by using the redis-namespace](http://github.com/defunkt/redis-namespace) gem.
You can namespace keys further to support multiple environments by using the [redis-namespace](http://github.com/defunkt/redis-namespace) gem.

$ns = Redis::Namespace.new(Rails.env, :redis => $redis)
$rollout = Rollout.new($ns)
Expand Down

0 comments on commit 4db03da

Please sign in to comment.