Redis commands Select, Dbsize, Flushdb, Flushall, save, Bgsave, config get, config set, config rewrite

Source: Internet
Author: User

Select Switch Library

Dbsize the number of data bars in the current library

Flushdb | Flushall clears the data, one clears the current library, one clears the current instance

Save | Bgsave saved to disk, Bgsave is stored in the background, does not block the current operation
Save is completed by the main process, bgsave by another process

Config Get | Config Set | Config rewrite

Config get requirepass//get password
Config set Requirepass 12345//Modify password, which is a hot modification, is not saved to the configuration file, is not valid after restarting the computer, or you can modify the port number
Config rewrite can persist configuration information modification
Exit
Redis-cli.exe-h localhost-p 9000-a 123
Keys *
Auth 12345
Keys *

Redis commands Select, Dbsize, Flushdb, Flushall, save, Bgsave, config get, config set, config rewrite

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.