From: antirez Date: Wed, 2 Nov 2011 15:50:59 +0000 (+0100) Subject: sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes make... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d0b2a9b2234afe82d6ed42a8c45f8221ede25d8f?hp=d0b2a9b2234afe82d6ed42a8c45f8221ede25d8f sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes make it possible to copy stuff from a system call to an sds buffer without the need of an additional buffer and copying overhead. ---