cpack
[m6w6/libmemcached] / TODO
1 - Clients (src/bin):
2 - consolidate CLI
3 - convert to proper C++ where applicable
4 - Stats:
5 - redo
6 -Deprecations:
7 - UDP, disabled by default from memcached-1.5.6
8 soft (maybe only discourage in docs)
9 - API:
10 - memcached_delete(): expires param is obsolete
11
12 ## Legacy:
13
14 - Write a shell application (?)
15 - Fix version in command line tools
16 - Write (more) test cases for all command line tools (!!!)
17 - Write some sort of "default" options bit for tools
18 - More examples using libraries
19 - Doxygen?
20 - implement more connection/hash algo
21 - implement compression
22 - Revisit get() code (look for performance enhancements)
23 - Add support for managing servers for clusters.
24 - Build embedded version