Awesome
aoflib
aoflib is a library written in Go for parsing and rewriting redis aof file (redis incremental backup) used by aofgrep (available soon)
Todo
- test writeString Ok
- test writeString with errors
- test ToAof OK
- change readline to use length instead of searching for \n
- change replace in readline for TrimSuffix
- 100% test coverage for ReadOperation
- 100% test coverage for Operation.ToAof
- extract similar code from ReadOperation and readLine
- fix travis build