Y
Y
Yuri Kulaxyz2020-02-19 22:52:33
Laravel
Yuri Kulaxyz, 2020-02-19 22:52:33

Why use Redis to send email messages?

Hello. There was a task to use queue for sending mails on a site. Until now, I've only used Redis when I was developing a real-time application with socket.io and everything was broadcast through Redis. There it was quite justified and I understood why it was necessary. And here I’m not catching up a bit, what is the advantage over the database driver. Only in reducing queries to the database and speed, or am I missing something else?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sanes, 2020-02-19
@Kulaxyz

If the volume is small, then there is probably no point in adding another point of failure.

A
Alex Wells, 2020-02-20
@Alex_Wells

Taylor said that the database driver is for local development only. There WILL be problems with it in production.
Use radish or other drivers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question