Just out of curiosity, what problem are you trying to solve by doing this?

On Wed, Dec 17, 2008 at 3:55 AM, Jitendra <[email protected]> wrote:

>
> 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.
>



-- 
"If you see a whole thing - it seems that it's always beautiful. Planets,
lives... But up close a world's all dirt and rocks. And day to day, life's a
hard job, you get tired, you lose the pattern."
Ursula K. Le Guin

http://www.finsel.com/words,-words,-words.aspx (My blog) -
http://www.finsel.com/photo-gallery.aspx (My Photogallery)  -
http://www.reluctantdba.com/dbas-and-programmers/blog.aspx (My Professional
Blog)

Reply via email to