Home  >  Article  >  Backend Development  >  使用Redis来存储PHP的session如何解决并发一致性的问题

使用Redis来存储PHP的session如何解决并发一致性的问题

WBOY
WBOYOriginal
2016-06-06 20:11:191330browse

文件存储有文件锁。Redis呢?

回复内容:

文件存储有文件锁。Redis呢?

Redis的基本操作都是原子性的,另外使用的也是单线程模型,本身就能保证。

Statement:
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