


How Redis only uses memory storage without persisting data storage
Aug 18, 2016 am 09:16 AM
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

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development

How do you parse and process HTML/XML in PHP?

PHP Program to Count Vowels in a String
