Home > Backend Development > PHP Tutorial > 如何理解redis 异步队列??

如何理解redis 异步队列??

WBOY
Release: 2016-06-06 20:31:34
Original
1261 people have browsed it

如何理解redis 异步队列??队列的目的就是为了取消并发请求,为啥还要异步呢??

回复内容:

如何理解redis 异步队列??队列的目的就是为了取消并发请求,为啥还要异步呢??

异步队列的意思是把队列里的东西异步处理。。
而且队列的目的不是取消并发。 队列的目的是暂存请求,然后通过其他进程异步处理队列里的请求。
你还是先了解一下什么是队列把。

Related labels:
php
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