Home > Backend Development > PHP Tutorial > How Redis only uses memory storage without persisting data storage

How Redis only uses memory storage without persisting data storage

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-18 09:16:19
Original
1311 people have browsed it

How can Redis only use memory storage instead of persistent data storage (the data will become empty every time it is restarted), that is to say, use it as a memory cache similar to Memcache. How to do this?

Reply content:

How can Redis only use memory storage instead of persistent data storage (the data will become empty every time it is restarted), that is to say, use it as a memory cache similar to Memcache. How to do this?

Just don’t enable persistence and comment out the save line.

Comment out the save line

in the redis configuration
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 data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
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