Re: [memcachepp-devel] Fluent Interfaces
Brought to you by:
mackinra,
mikhail_beris
From: Dean M. C. B. <dmb...@fr...> - 2008-02-20 09:59:05
|
Eeep! You're right Ross, the URL is http://memcachepp.svn.sourceforge.net/viewvc/memcachepp/branch/fluent_in terface :D -- Dean Michael Berris Software Engineer, Friendster, Inc. <dmb...@fr...> +639287291459 > -----Original Message----- > From: Ross MacKinnon > Sent: Wednesday, February 20, 2008 5:52 PM > To: Dean Michael C. Berris > Subject: Re: [memcachepp-devel] Fluent Interfaces > > That URL gave an error. This seems to work better: > > http://memcachepp.svn.sourceforge.net/viewvc/memcachepp/branch > /fluent_interface/ > > Dean Michael C. Berris wrote on 2/20/2008 1:47 AM: > > Hi Guys, > > I've been playing around with an alternative to the > current interface we > have in Memcache++ Client. Here's an example: > > key(mc, "hello") = 100; > int an_int; > wrap(an_int) = get(mc, "hello"); > > The implementation and unit test is now available in > > http://memcachepp.svn.sourceforge.net/svnroot/branch/fluent_in > terface -- > this is meant to be a proof of concept which should > make it the more > preferred interface to use for the Memcache++ Client version 1. > > Have a good one! > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > <dmb...@fr...> <mailto:dmb...@fr...> > +639287291459 > > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > memcachepp-devel mailing list > mem...@li... > https://lists.sourceforge.net/lists/listinfo/memcachepp-devel > > > > -- > Ross MacKinnon ro...@fr... > Site Architect > Friendster, Inc. > http://www.friendster.com/ross > |