Are there any more details as to how you're doing this? If you have to
iterate every item in the cache to delete a tag your performance may be
even worse than you're expecting.

On Wed, 22 Mar 2017, Volodymyr Volynets wrote:

> Hi,
> I am working on adding tags to and was able to receive and store tags for 
> particular items. And not I am trying to delete items if they have particular 
> tags. It seem that to
> iterate over all items in the chain I need to have a pointer to first item in 
> the chain, I simply do not know how to obtain it.
>
> Does anybody know how to iterate over all items? Code snippet would be nice.
>
> Thank you!
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to memcached+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to