Redis "Misconf Redis is configured to save RDB snapshots, but was currently not able to persist on disk" solution

Source: Internet
Author: User

Exception details

Exception in thread "main" Redis.clients.jedis.exceptions.JedisDataException:MISCONF Redis are configured to save RDB snap Shots, but was currently not able-persist on disk. Commands that may modify the data set is disabled. Please check your Redis logs for details about the error.

data continues to be written, reading speed is much lower than the write speed, Therefore, according to the online information:

Stop-writes-on-bgsave-error Yes #默认情况下, if a problem occurs during the RDB snapshots persistence process, Redis is not allowing users to
Make any update operations (set ...). Avoid artificial forcing to stop Redis snapshots on client input
Config set Stop-writes-on-bgsave-error No

This is simply to let the program ignore this exception, so that the program can continue to run, but in fact the data will still be stored to the hard disk failure!

Solutions

Http://www.redicecn.com/html/Linux/20131125/468.html

Redis "Misconf Redis is configured to save RDB snapshots, but was currently not able to persist on disk" solution

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.