soxft / busuanzi

A simple website statistics analyzer
https://busuanzi.9420.ltd
Apache License 2.0
170 stars 24 forks source link

Data Backup #19

Closed leimao closed 10 months ago

leimao commented 10 months ago

Thanks for the great contribution. I just have one quick question. Does this app use database? (It does not seem so to me) If the Redis service is broken somehow on the server, we will lose data, right?

soxft commented 10 months ago

We don't currently use any databases, and in order to optimize speed, Redis is used for data storage. The persistence of Redis ensures data consistency. But there may still be data loss. In the future, we should add scheduled data synchronization to databases such as mysql, and PR is also welcome