From: antirez Date: Mon, 21 Jun 2010 22:07:48 +0000 (+0200) Subject: redis.c split into many different C files. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e2641e09cc0daf44f63f654230f72d22acf3a9af?hp=e2641e09cc0daf44f63f654230f72d22acf3a9af redis.c split into many different C files. networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change ---