Skip to content
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

Make Redis actually optional #6

Closed
vensko opened this issue Nov 8, 2019 · 1 comment
Closed

Make Redis actually optional #6

vensko opened this issue Nov 8, 2019 · 1 comment

Comments

@vensko
Copy link

vensko commented Nov 8, 2019

$this->checkRateLimit($user);

This method is hardcoded to use Redis, making Redis non-optional.

@anonaddy
Copy link
Collaborator

Thank you, I should not have said that Redis was optional in the readme file. I've just updated the prerequisites section to reflect this.

If you really do not want to use Redis then you can simply remove that line and the function from ReceiveEmail.php and also make sure your queue driver is set to something else (e.g. database).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant