Cacheflow
Colorized logging for Memcached and Redis

Works with the Rails cache, as well as Dalli and Redis clients directly
Installation
Add this line to your application’s Gemfile:
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:
Cacheflow.silence do
# code
end
To silence logging for only Sidekiq commands, create an initializer with:
Cacheflow.silence_sidekiq!
History
View the changelog
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features