Return-Path: Received: from fg-out-1718.google.com ([72.14.220.152] verified) by mx.softsearch.ru (CommuniGate Pro SMTP 5.1.14) with ESMTP id 74748131 for talk@openhack.ru; Wed, 12 Mar 2008 14:11:35 +0300 Received: by fg-out-1718.google.com with SMTP id 22so2479299fge.24 for ; Wed, 12 Mar 2008 04:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; bh=Itv2jiByuEV3GMdUwdbby1rcJcXsxX9bPmiLyf1mQRI=; b=x51ujemO6qlYP1RORRiQckEUH8GNGIdQ3ABhCLHcgUz2Wmk6OJDDzjYTqv5GrAwmVDZlT5zCNLdxFdKPeQgRrItF7srirWhgWBEVvhUahZsuIZbLnc0vRpJHwPJUhkYd27WDQmqn+LKfGl4dVOdexZTOBE4EIpkWud6EPkowr/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=sRO2TRPTz2WYcS0WVgrN0Q4MQsQZjJrsmPlBwWkiFnrxYdOgZJQ3OIXLAuXX+D9LGRP6DKYh7sDINM+CDHS1jLSgH5JtWmLhTdkz1d58VoTIsQwi8W13zZu0rGwNseet0/rfwVQCw3ULLYXEk8kkjR/uyMWrEvN6vy516c4I/KM= Received: by 10.86.73.17 with SMTP id v17mr722309fga.56.1205320276108; Wed, 12 Mar 2008 04:11:16 -0700 (PDT) Return-Path: Received: from moonlight.home ( [80.246.71.156]) by mx.google.com with ESMTPS id e20sm12273778fga.1.2008.03.12.04.11.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Mar 2008 04:11:15 -0700 (PDT) Received: from moonlight.home (localhost.localdomain [127.0.0.1]) by moonlight.home (Postfix) with ESMTP id 87F833A7C1; Wed, 12 Mar 2008 14:11:12 +0300 (MSK) Received: (from tomash@localhost) by moonlight.home (8.13.1/8.13.1/Submit) id m2CBBCrT025050; Wed, 12 Mar 2008 14:11:12 +0300 Date: Wed, 12 Mar 2008 14:11:12 +0300 From: Tomash Brechko To: talk@openhack.ru Subject: [BUG] hash_namespace => 1 and namespace => 'prefix' Message-ID: <20080312111112.GB4779@moonlight.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Hello, FYI, because of a stupid mistake hash_namespace parameter in Cache::Memcached::Fast 0.09 works only when namespace is set with namespace() method. Namespace specified in the constructor is never hashed. This will be fixed in 0.10, which will be released after memcached community will agree on Ketama implementation compatible across all clients. -- Tomash Brechko