Updating TODO list
authorBrian Aker <brian@tangent.org>
Sun, 7 Oct 2007 23:12:56 +0000 (16:12 -0700)
committerBrian Aker <brian@tangent.org>
Sun, 7 Oct 2007 23:12:56 +0000 (16:12 -0700)
ChangeLog
TODO

index c14cabf0bc110be49616e561985a59624a5ec67d..7f745df0712dc9104ff5f5648fccae1199ba8c3e 100644 (file)
--- 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 ead0e74c3460652b703b3e32b1ba49af2211d30b..dae11b9cc55806c619a5945f657b12253a767d97 100644 (file)
--- 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