Redis Data backup and Restore command

Source: Internet
Author: User

The Redis SAVE command is used to create a backup of the current database.

Grammar

The basic syntax for the Redis Save command is as follows:

Redis 127.0.0.1:6379> SAVE
Instance
Redis 127.0.0.1:6379> SAVE OK

This command will create the Dump.rdb file in the Redis installation directory.

Recovering data

If you need to recover data, simply move the backup file (DUMP.RDB) to the Redis installation directory and start the service. To obtain the Redis directory, you can use the CONFIG command as follows:

Redis 127.0.0.1:6379> CONFIG GET dir1) "dir" 2) "/usr/local/redis/bin"

above command CONFIG GET dir the Redis installation directory for the output is/usr/local/redis/bin.

Bgsave

You can also create a Redis backup file using the command BGSAVE, which executes in the background.

Instance
127.0.0.1:6379> Bgsavebackground Saving started


Redis Data backup and Restore command

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.