Turn off Rdb and aof in Redis

Source: Internet
Author: User
Tags redis server

When you import data to Redis, there are times when Redis server went away occurs, and this problem occurs for the following reasons:

  1. The amount of data being imported is too large, not enough memory (that is, memory 1G, but the data has 2G). The Redis service needs to be restarted at this time.

  2. There may be too much data being imported at the same time, causing problems with data persistence, and the RDB and aof need to be closed. Close RDN command: Config set save "", close aof command: Config set Appendfsync No, the two settings query has been modified successfully, can be through config get Save, config get Appendfs Ync command to view. Note that the command is executable by executing redis-cli.



  • The RDB saves a snapshot of the database (snapshot) to disk in a binary way.

  • AOF, in the form of protocol text, logs all commands (and their parameters) that have been written to the database to the AOF file to achieve the purpose of logging the database state.

This article is from the "PHP Program ape" blog, please be sure to keep this source http://okowo.blog.51cto.com/4923464/1923433

Turn off Rdb and aof in Redis

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.