Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How do I view redis persistence information and configuration files?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Today, the editor will bring you an article on how to view redis persistence information and configuration files. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look.

Redis-cli-h 172.21.1.74

172.21.1.74 6379 > auth yourpasswd

OK

View persistence information

172.21.1.74 6379 > info persistence

Persistence

Loading:0

Rdb_changes_since_last_save:120474607

Rdb_bgsave_in_progress:0

Rdb_last_save_time:1581417175

Rdb_last_bgsave_status:ok

Rdb_last_bgsave_time_sec:0

Rdb_current_bgsave_time_sec:-1

Rdb_last_cow_size:249856

Aof_enabled:0

Aof_rewrite_in_progress:0

Aof_rewrite_scheduled:0

Aof_last_rewrite_time_sec:-1

Aof_current_rewrite_time_sec:-1

Aof_last_bgrewrite_status:ok

Aof_last_write_status:ok

Aof_last_cow_size:0

View the configuration file:

172.21.1.74 6379 > config get *

After reading the above, have you learned how to view redis persistence information and configuration files? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report