From: antirez Date: Mon, 21 May 2012 14:50:05 +0000 (+0200) Subject: Use comments to split aof.c into sections. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/27fc5bf582b12a47e7497bc6f7a38a6d033dcb7c?hp=27fc5bf582b12a47e7497bc6f7a38a6d033dcb7c Use comments to split aof.c into sections. This makes the code more readable, it is still not the case to split the file itself into three different files, but the logical separation improves the readability especially since new commits are going to introduce an additional section. ---