Hi, all:
We add "Tag Function" for memcached. Propose is remove several keys with
the same tag in one operation. We use hash and splay tree, make the
"tag_add" and "tag_delete" commands very quickly, and save memory as much as
possible.
New memcached command:
tag_add <tag> <key>*
tag_delete <tag>
More detail:
http://code.google.com/p/memcached-tag/
If you find BUGS, please tell us, thanks very much.
Have Fun!
Robert Q. Liu
