NOTE
In this PR, we are changing the architecture of Redis.
// delete all old key
$ redis-cli keys "OVAL#*" | xargs redis-cli del
Changelog
2851000 breaking-change(db): change Redis Architecture and reduce diff in processing between OSs in RDB part (#145)