Skip Menu |

This queue is for tickets about the Cache-Memcached CPAN distribution.

Report information
The Basics
Id: 40386
Status: resolved
Priority: 0/
Queue: Cache-Memcached

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.20
Fixed in: (no value)



Subject: @buck2sock is confused
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 =(
committed a submitted fix... will be rolling out soon.