Clean your Redis databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
# Gemfile
group :test do
gem 'database_cleaner-redis'
end
Truncation | Transaction | Deletion |
---|---|---|
Yes | No | No |
(Default strategy is denoted in bold)
:only
and :except
take a list of strings to be passed to keys
).
ORM | How to access | Notes |
---|---|---|
Redis | DatabaseCleaner[:redis] |
Connection specified as Redis URI |
See LICENSE for details.