Hi All,

Thanks a lot for the feedbacks.
I have one idea, want to know if I should use it.
I can create instances of memcached_st* and push in to a vector.
To set Key-Value in a particular instance I will use the specific
element of vector.

Regards
Jitendra

On Dec 17, 1:38 pm, Brian Aker <[email protected]> wrote:
> Hi!
>
> On Dec 16, 2008, at 11:28 PM, Jitendra wrote:
>
> > tried with memcached_set_by_key(), memcached_get_by_key() to set and
> > get the key-value, with the master key as (serverip+port). But it is
>
> by_key() functions partition based on that key so that items can be  
> grouped onto the same server. It does not give you any particular  
> control over which server the item will be sent to.
>
> Cheers,
>         -Brian
>
> --
> _______________________________________________________
> Brian "Krow" Aker, brian at tangent.org
> Seattle, Washingtonhttp://krow.net/                    <-- 
> Mehttp://tangent.org/               <-- Software
> _______________________________________________________
> You can't grep a dead tree.

Reply via email to