Skip Menu |

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

Report information
The Basics
Id: 44592
Status: rejected
Priority: 0/
Queue: Cache-Memcached-Fast

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

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



Subject: Missing forget_dead_hosts() causes failure when using with C::M::Managed
Cache::Memcached::Managed blindly assumes the specified memcached_class implements forget_dead_hosts and hence dies. The author has not responded to a patch (http://rt.cpan.org/Public/Bug/Display.html?id=41072), so would it be possible to implement the method, even if it only a noop? Thanks
You can wrap C::M::F in a class that will provide required noop method. It doesn't feel right to include such methods in C::M::F itself.
From: blue [...] thisisnotmyrealemail.com
On Thu Mar 26 15:34:20 2009, KROKI wrote: Show quoted text
> You can wrap C::M::F in a class that will provide required noop method. > It doesn't feel right to include such methods in C::M::F itself.
That's what I'm currently doing. I just thought this could be considered API compatibility.