Redis persistence causes excessive size
某草草
某草草 2017-05-24 11:32:41
0
3
874

The main disadvantage of the redis AOF method is that appending the log file may cause the size to be too large. So what is a good solution to solve this kind of problem?

某草草
某草草

reply all(3)
小葫芦

The best way is to use different redis instances for different data, and the memory size of the instance should not be too large

洪涛

A considerable part of the commands in the aof file may be repeated. You can execute bgrewriteaof to rewrite the aof file. Try it

给我你的怀抱

Use rdb to synchronize, rdb outputs a snapshot of the redis service status

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template