Refactor all code to go through memcached_do().
authorBrian Aker <brian@tangent.org>
Tue, 13 Nov 2007 21:31:32 +0000 (13:31 -0800)
committerBrian Aker <brian@tangent.org>
Tue, 13 Nov 2007 21:31:32 +0000 (13:31 -0800)
commit5a6b411afb61c7d14aee3f52037f719c42072160
tree1f3c0bc1a730b1de40fa0a882efa0ee974efcb65
parent27ed7884526a4cf01d57437648c20e59caffefa2
Refactor all code to go through memcached_do().

AKA this removed a bunch of copy and paste. It will also allow me to make
commands "safer" in case of mid-cursor exection.
lib/Makefile.am
lib/common.h
lib/memcached_auto.c
lib/memcached_delete.c
lib/memcached_do.c [new file with mode: 0644]
lib/memcached_flush.c
lib/memcached_get.c
lib/memcached_stats.c
lib/memcached_verbosity.c