
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Colorized logging for Memcached, Redis, and Valkey
Works with the Rails cache, as well as Dalli and Redis clients directly
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, Redis, and Valkey are logged.
To silence logging, use:
Cacheflow.silence do
# code
end
To silence logging for Sidekiq commands, create an initializer with:
Cacheflow.silence_sidekiq!
If you use Cacheflow in an environment with personal data and store that data in Memcached, Redis, or Valkey, it can end up in your app logs. To avoid this, silence logging for those calls.
View the changelog
Everyone is encouraged to help improve this project. Here are a few ways you can help:
To get started with development:
git clone https://github.com/ankane/cacheflow.git
cd cacheflow
bundle install
bundle exec rake test
FAQs
Unknown package
We found that cacheflow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.