-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It looks like database_cleaner[:redis] clean only a selected db.
https://github.com/DatabaseCleaner/database_cleaner/blob/f052d64d3be9351a98a99e932a59be528ccc561c/lib/database_cleaner/redis/truncation.rb#L10-L23
In my case, application uses multiple redis db.
So I'd prefer to use not redis.flushdb but redis.flushall.
Can I use redis.flushall in database_cleaner?
Metadata
Metadata
Assignees
Labels
No labels