Redis hint (error) misconf Redis is configured to save RDB snapshots, but it's currently not able to PE

Source: Internet
Author: User
Tags redis
1. Error message:
Redis Login Displays the following error message:
(Error) misconf Redis is configured to save RDB snapshots, but
it's currently not able to pers IST on disk. Commands
. Modify the data set is disabled, because this instance was configured to report 
errors during WR ites if
RDB snapshotting fails (stop-writes-on-bgsave-error option). 
Please check the Redis logs for details about the RDB error.
127.0.0.1:6379> Redis 127.0.0.1:6379> config set stop-writes
-on-bgsave-error no
(error) ERR unknown Command ' Redis '
2. Solution: After entering the following command, you can see the "OK" prompt, indicating that it has been successful,
127.0.0.1:6379> Config set Stop-writes-on-bgsave-error no
3. Test results:
127.0.0.1:6379> Config set stop-writes-on-bgsave-error no
OK
127.0.0.1:6379> ping
PONG
127.0.0.1:6379> 
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.