mirror of
				https://github.com/DatabaseCleaner/database_cleaner
				synced 2023-03-27 23:22:03 -04:00 
			
		
		
		
	| .. | ||
| bin | ||
| lib | ||
| spec | ||
| .gitignore | ||
| .rspec | ||
| .travis.yml | ||
| database_cleaner-redis.gemspec | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE.txt | ||
| Rakefile | ||
| README.md | ||
Database Cleaner Adapter for Redis
Clean your Redis databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
Installation
# Gemfile
group :test do
  gem 'database_cleaner-redis'
end
Supported Strategies
| Truncation | Transaction | Deletion | 
|---|---|---|
| Yes | No | No | 
(Default strategy is denoted in bold)
Configuration options
: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 | 
COPYRIGHT
See [LICENSE] for details.