write_redis plugin: Use an "append" macro to fill the values buffer.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Aug 2010 14:09:55 +0000 (16:09 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 17 Aug 2010 14:09:55 +0000 (16:09 +0200)
commitb79847972128878c67655b9a0c89b481861ee45a
tree8a1ee0609e88f2b778f32832b3e0da5ee8ba6f29
parent53181fa3b5a91f47e51d01d56b34906f8b244a1b
write_redis plugin: Use an "append" macro to fill the values buffer.

This way we don't have to copy the entire buffer, which is hopefully
faster.
src/write_redis.c