-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
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
StubBroker vs RedisBroker+redislite #58
Comments
I've never used I don't think I'd want to replace the stub broker with that combination, however, because it doesn't feel right to force someone who, for example, only uses the RMQ broker to also install Redis if he/she doesn't need it. |
Definitely agree - the |
Ah - the |
Right, but it doesn't really need them since you can just flush Redis directly. |
That would presume that the user is familiar with redis and knows how to flush dramatiq's queues. Also, from a testing perspective the consistency would be helpful, as switching brokers wouldn't require rewriting how the broker is flushed. |
Makes sense. I opened #62 to track that as an enhancement. |
During testing, what are the practical differences between the
StubBroker
and theRedisBroker
+redislite?The text was updated successfully, but these errors were encountered: