X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=TODO;h=bc71ac3f9e2b63704f0eecf228d0b9006eb20632;hb=refs%2Fheads%2Ftest%2Fpoll_timeout;hp=dae11b9cc55806c619a5945f657b12253a767d97;hpb=8567c90f9066cc6eb79d26ac2e70abbc72352a41;p=awesomized%2Flibmemcached diff --git a/TODO b/TODO index dae11b9c..bc71ac3f 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,23 @@ +- Stats: + - redo +- Deprecations: + - UDP, disabled by default from memcached-1.5.6 + soft (maybe only discourage in docs) + - API: + - memcached_delete(): expires param is obsolete +Includes: + - Rename all headers with a standard name like `string.h` and `limits.h`. + +## Legacy: + - Write a shell application (?) - Fix version in command line tools -- Write test cases for all command line tools (!!!) +- Write (more) test cases for all command line tools (!!!) - Write some sort of "default" options bit for tools -- Write man() pages - More examples using libraries - Doxygen? -- Make a "make deb"... or accept patch... - implement more connection/hash algo - implement compression +- Revisit get() code (look for performance enhancements) +- Add support for managing servers for clusters. +- Build embedded version