X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=TODO;h=60a1d884ef57647cfdd582b74cf156883b4a51cf;hb=7b0cdf5ab34949158065c125139e5d3ead1ff33f;hp=9735eab9ad86813e3e591c75f87cd502a241d3da;hpb=e660fe3e93b1068891c1306fd9eaeac27d3c18a9;p=m6w6%2Flibmemcached diff --git a/TODO b/TODO index 9735eab9..60a1d884 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,24 @@ +- Clients (src/bin): + - consolidate CLI + - convert to proper C++ where applicable +- 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 + +## Legacy: + - Write a shell application (?) - Fix version in command line tools - Write (more) test cases for all command line tools (!!!) - Write some sort of "default" options bit for tools - More examples using libraries - Doxygen? -- Make a "make deb"... or accept patch... - implement more connection/hash algo - implement compression -- Finish UDP protocol - Revisit get() code (look for performance enhancements) +- Add support for managing servers for clusters. +- Build embedded version