From: antirez Date: Sat, 1 Jan 2011 20:35:56 +0000 (+0100) Subject: implemented a different approach to IO scheduling, so object->storage is no longer... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/3be00d7ed619c12795da54553230aee15c555532?hp=3be00d7ed619c12795da54553230aee15c555532 implemented a different approach to IO scheduling, so object->storage is no longer used, instead there is a queue and hash table of IO tasks to process, and it is always possible to know what are the scheduled and acrtive IO operations against every single key. ---