How Redis only uses memory storage without persisting data storage

WBOY
Release: 2016-08-18 09:16:19
Original
1252 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:
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