From 8567c90f9066cc6eb79d26ac2e70abbc72352a41 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 7 Oct 2007 16:12:56 -0700 Subject: [PATCH] Updating TODO list --- ChangeLog | 1 + TODO | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c14cabf0..7f745df0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * 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 diff --git a/TODO b/TODO index ead0e74c..dae11b9c 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,10 @@ - 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 -- 2.30.2