[GH-ISSUE #6] Make Redis actually optional #53

Closed
opened 2026-03-01 17:44:25 +03:00 by kerem · 1 comment
Owner

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.

Originally created by @vensko on GitHub (Nov 8, 2019). Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/6 https://github.com/anonaddy/anonaddy/blob/2294f26926e7227b9dd73463c1b82ba2c5654a9c/app/Console/Commands/ReceiveEmail.php#L124 This method is hardcoded to use Redis, making Redis non-optional.
kerem closed this issue 2026-03-01 17:44:25 +03:00
Author
Owner

@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.php and also make sure your queue driver is set to something else (e.g. database).

<!-- gh-comment-id:552386831 --> @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](https://github.com/anonaddy/anonaddy#prerequisites) 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 in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#53
No description provided.