We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's strange, but it seems that the strategy is always opening a connection to the default redis location:
https://github.com/DatabaseCleaner/database_cleaner/blob/19773bbd1caa969e0e9be5eb0a8842b66f566f58/lib/database_cleaner/redis/base.rb#L25
It's a bit weird, as I don't see how to set the db parameter (which is not a db, but a url), and then, in the ohm adapter:
https://github.com/DatabaseCleaner/database_cleaner/blob/19773bbd1caa969e0e9be5eb0a8842b66f566f58/lib/database_cleaner/ohm/truncation.rb#L9-L11
which is not used anywhere...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's strange, but it seems that the strategy is always opening a connection to the default redis location:
https://github.com/DatabaseCleaner/database_cleaner/blob/19773bbd1caa969e0e9be5eb0a8842b66f566f58/lib/database_cleaner/redis/base.rb#L25
It's a bit weird, as I don't see how to set the db parameter (which is not a db, but a url), and then, in the ohm adapter:
https://github.com/DatabaseCleaner/database_cleaner/blob/19773bbd1caa969e0e9be5eb0a8842b66f566f58/lib/database_cleaner/ohm/truncation.rb#L9-L11
which is not used anywhere...
The text was updated successfully, but these errors were encountered: