Skip to content

Commit

Permalink
fuck it. I hate formatting syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Jul 20, 2010
1 parent 4db03da commit aa32792
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 http://github.com/defunkt/redis-namespace gem.

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

1 comment on commit aa32792

@michaeldwan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

Please sign in to comment.