Anybody want to have a look at this?
---------- Forwarded message ----------
From: Tokuhiro Matsuno via RT <[EMAIL PROTECTED]>
Date: Sat, Oct 25, 2008 at 8:53 PM
Subject: [rt.cpan.org #40386] @buck2sock is confused
To: undisclosed-recipients
Sat Oct 25 23:53:32 2008: Request 40386 was acted upon.
Transaction: Ticket created by TOKUHIROM
Queue: Cache-Memcached
Subject: @buck2sock is confused
Broken in: 1.20
Severity: (no value)
Owner: Nobody
Requestors: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Status: new
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40386 >
my $s1 = Cache::Memcached->new(servers => ['127.0.0.1:11211']);
my $s2 = Cache::Memcached->new(servers => ['127.0.0.1:11212']);
$s2->get($key); # @buck2sock becomes (sock_to_11212);
$s1->get($key); # send GET command to sock_to_11212!!! orz.
In this case, instance of Cache::Memcached sends the request to other
server =(