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

How to read the redis queue written in swoole

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-04 09:19:06
Original
1318 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:
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
Latest Issues
php redis connection problem
From 1970-01-01 08:00:00
0
0
0
About a small error in the redis manual
From 1970-01-01 08:00:00
0
0
0
python2.7 - django cannot connect to redis
From 1970-01-01 08:00:00
0
0
0
I can't connect to redis using php
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template