Return-Path: Received: from vid.zoo.gr ([206.188.4.140] verified) by mx.softsearch.ru (CommuniGate Pro SMTP 5.1.14) with ESMTP id 64278662 for talk@openhack.ru; Fri, 22 Feb 2008 19:28:26 +0300 Received: from [192.168.1.100] (ip82-139-112-245.lijbrandt.net [82.139.112.245]) (Authenticated sender: kostas) by vid.zoo.gr (Postfix) with ESMTP id C52E0218172 for ; Fri, 22 Feb 2008 18:28:26 +0200 (EET) Message-ID: <47BEF82E.1050200@chatzi.org> Date: Fri, 22 Feb 2008 17:28:30 +0100 From: Kostas Chatzikokolakis User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: talk@openhack.ru Subject: Re: Reconnections and mod_perl References: In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Wow, that was fast :D Thanks a lot! I got it, will test right away. Kostas Tomash Brechko wrote: > On Fri, Feb 22, 2008 at 16:09:59 +0100, Kostas Chatzikokolakis wrote: >> Good to know. I think it should be more clear in documentation (does >> Cache::Memcached work also this way?) cause someone could think he can >> use both interchangeably. > > Yes, C::M::F doesn't hash the prefix for compatibility with C::M. > > I just pushed to Git the method: > > $memd->namespace(); > $memd->namespace($string); > > Get and/or set the namespace prefix. > > Return: scalar, the namespace prefix that was in effect before the > call. > > This doesn't call for a new release however. Instead you may download > the latest .tar.gz with 'snapshot' link on > > http://openhack.ru/Cache-Memcached-Fast > > > Enjoy ;). > >