Found bug in multi get where key size was not being calculated.
authorBrian Aker <brian@tangent.org>
Fri, 5 Oct 2007 03:47:17 +0000 (20:47 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 5 Oct 2007 03:47:17 +0000 (20:47 -0700)
commita839a04ae135e6a92b8be858e9c6605d7514c394
tree67b28b3e12a10f135e01a4b536963d707b5ccbaa
parent270d30a47b3fb769336f8dfaeb04afb42d8c2e8c
Found bug in multi get where key size was not being calculated.

All mem commands can now used environmental variable MEMCACHED_SERVERS to
get a list of servers they should be commincating with.

server parse string method was removed from utilities and added to main
library. Its a little to handy not to have it in the library :)
14 files changed:
ChangeLog
include/memcached.h
lib/Makefile.am
lib/memcached_get.c
lib/memcached_parse.c [new file with mode: 0644]
src/memcat.c
src/memcp.c
src/memflush.c
src/memrm.c
src/memslap.c
src/memstat.c
src/utilities.c
src/utilities.h
tests/test.c