README.md in cacheflow-0.1.0 vs README.md in cacheflow-0.1.1

- old
+ new

@@ -9,13 +9,29 @@ ## Installation Add this line to your application’s Gemfile: ```ruby -gem 'cacheflow' +gem 'cacheflow', group: :development ``` When your log level is set to `DEBUG` (Rails default in development), all commands to Memcached and Redis are logged. + +## Features + +To silence logging, use: + +```ruby +Cacheflow.silence do + # code +end +``` + +To silence logging for only [Sidekiq](https://github.com/mperham/sidekiq) commands, create an initializer with: + +```ruby +Cacheflow.silence_sidekiq! +``` ## History View the [changelog](https://github.com/ankane/cacheflow/blob/master/CHANGELOG.md)