mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #6] Make Redis actually optional #53
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vensko on GitHub (Nov 8, 2019).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/6
github.com/anonaddy/anonaddy@2294f26926/app/Console/Commands/ReceiveEmail.php (L124)This method is hardcoded to use Redis, making Redis non-optional.
@anonaddy commented on GitHub (Nov 11, 2019):
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.phpand also make sure your queue driver is set to something else (e.g. database).