I'm sure we all appreciate the effort, but I don't think it was
necessary to create a formal fork of the project to do so.
Is there something about your implementation that you feel makes it
unsuitable to be merged into the main project?
--
Dustin Sallings (mobile)
On Feb 12, 2008, at 19:15, "Robert Q. Liu" <[EMAIL PROTECTED]>
wrote:
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