Home > Backend Development > PHP Tutorial > How to read the redis queue written in swoole

How to read the redis queue written in swoole

WBOY
Release: 2016-08-04 09:19:06
Original
1254 people have browsed it

I write the email information to be sent into the redis queue in swoole, and then how to read redis to execute sending the email. Do I need to use contab to set the timing, or use swoole's timer? Or other ways

Reply content:

I write the email information to be sent into the redis queue in swoole, and then how to read redis to execute sending the email. Do I need to use contab to set the timing, or use swoole's timer? Or other ways

Redis has a pubsub mode, you can consider it

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template