can some key have multiple tags ?
can I set tag for more that one key at once ?
It looks promising, I will made afuture investigations, but it seems to cover
my needs. for simple multidimensional storage and droping row or column....
------------ Původní zpráva ------------
Od: Dustin Sallings <[EMAIL PROTECTED]>
Předmět: Re: Tag Function
Datum: 13.2.2008 04:35:07
----------------------------------------
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
>
>
>