My favorites | Sign in
Google
Projects on Google Code Results 1 - 3 of 3
This is a straight-forward Python port of the original Java implementation by Danny Sleator. (co-inventor of Splay Tree) I've written a few unit tests as well. If you come across any bugs, please raise it in the issue tracker. I will fix it.
===*What is memcached-tag?*=== Memcached is a high-performance, distributed memory object caching system. We add "Tag Function" for memcached. Propose is remove several keys with the same tag in one operation. This function will help the API programmers (such as php) do the delete operation ea...
This is project based on [http://code.google.com/u/youku2008/ youku2008]'s [http://code.google.com/p/memcached-tag/ memcached-tag] project, with some [http://code.google.com/p/memcached-tag/issues/detail?id=1 bugs] fixed and extra functionality added: * *tags_delete `<tag1> <tag2> <tag3> ...`* ...