Because leveldb has a single point of failure, I want to switch to redis as the master-slave backup.
The program I can think of:
1. Export the file list (weed export).
2. Then it is stored in redis (Analyze the file name and storage path).
3. Restart filer server with redis.
I have seen that when using redis storage, is the file path used as the key(eg: /5ec14fe2d3c91325c71a8f0786c9e826), in the actual location of the volume as the value(eg: 3,06f33770e2), is not it? This program is feasible? Number of files already have 200 million