* Added environmental variable MEMCACHED_SERVERS which can be used to
set the servers list.
* fixed memcached_stat method (and now memstat works)
+ * server connect now happens on demand.
0.4 Wed Oct 3 10:28:50 PDT 2007
* Added buffered IO to write calls for keys
- Write a shell application (?)
-- Stats output looks to be buggy
- Fix version in command line tools
- Write test cases for all command line tools (!!!)
-- Fix env to be used for command line tools
- Write some sort of "default" options bit for tools
-- Write Asyncronous IO interface to current library for writes
- (or extend?... would mean pthreads...)
- Write man() pages
- More examples using libraries
- Doxygen?
-- Move IO in library over to being buffered
- Make a "make deb"... or accept patch...
+- implement more connection/hash algo
+- implement compression