Blame
|
1 | # Redis |
||||||
| 2 | ||||||||
| 3 | To rewrite the data in the appendonlydir exec into the container and run |
|||||||
| 4 | ||||||||
| 5 | ```bash |
|||||||
| 6 | redis-cli BGREWRITEAOF |
|||||||
| 7 | ``` |
|||||||
|
1 | # Redis |
||||||
| 2 | ||||||||
| 3 | To rewrite the data in the appendonlydir exec into the container and run |
|||||||
| 4 | ||||||||
| 5 | ```bash |
|||||||
| 6 | redis-cli BGREWRITEAOF |
|||||||
| 7 | ``` |
|||||||