Cache-Memcached-Fast
Cache-Memcached-Fast copied to clipboard
Perl client for memcached, in C language
get method documentation says: `Return: value associated with the $key, or nothing.` Perl has a lot of ways to say nothing (false), please define what it returned.
Migrated from [rt.cpan.org #128575](https://rt.cpan.org/Ticket/Display.html?id=128575) (status was 'new') Requestors: * [email protected] Attachments: * [fail_memcached.pl](https://rt.cpan.org/Ticket/Attachment/1834415/986340/fail_memcached.pl) From [email protected] on 2019-02-21 13:54:25 : Hi, I have installation of 2 memcached servers in version 1.5.3...
Migrated from [rt.cpan.org #81674](https://rt.cpan.org/Ticket/Display.html?id=81674) (status was 'open') Requestors: * [email protected] From [email protected] on 2012-12-04 00:05:57 : Have I overlooked the API for retrieving a detailed diagnostic message or code when...
Migrated from [rt.cpan.org #65381](https://rt.cpan.org/Ticket/Display.html?id=65381) (status was 'open') Requestors: * [email protected] Attachments: * [Fast.xs.patch](https://rt.cpan.org/Ticket/Attachment/891423/462036/Fast.xs.patch) From [email protected] on 2011-02-02 20:05:27 : When retrieving the cas value on a 32 bit machine, the...
Migrated from [rt.cpan.org #93140](https://rt.cpan.org/Ticket/Display.html?id=93140) (status was 'open') Requestors: * [email protected] From [email protected] on 2014-02-18 16:59:35 : Hi there, I have been playing around with a few Memcached client libraries recently...
Migrated from [rt.cpan.org #140913](https://rt.cpan.org/Ticket/Display.html?id=140913) (status was 'new') Requestors: * [email protected] From [email protected] on 2022-01-30 16:45:52 : Using this with a memcached server on another host, some deletes simply fail, randomly....
Migrated from [rt.cpan.org #59827](https://rt.cpan.org/Ticket/Display.html?id=59827) (status was 'new') Requestors: * [email protected] From [email protected] on 2010-07-29 15:59:34 : This isn't critical, but more on an FYI. The get method in Cache::Memcached return...
Migrated from [rt.cpan.org #57801](https://rt.cpan.org/Ticket/Display.html?id=57801) (status was 'new') Requestors: * [email protected] From [email protected] on 2010-05-24 18:42:28 : Hi. By some unknown reason connect_timeout is not applied when connecting through unix socket....
Migrated from [rt.cpan.org #51068](https://rt.cpan.org/Ticket/Display.html?id=51068) (status was 'new') Requestors: * [email protected] Attachments: * [socket_win32.c.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352766/socket_win32.c.diff.txt) * [client.c.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352769/client.c.diff.txt) * [addrinfo_hostent.h.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352772/addrinfo_hostent.h.diff.txt) * [socket_win32.h.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352775/socket_win32.h.diff.txt) * [client.h.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352778/client.h.diff.txt) * [gencrc32.pl.diff.txt](https://rt.cpan.org/Ticket/Attachment/685204/352781/gencrc32.pl.diff.txt) From [email protected] on 2009-11-03 10:51:44 : Dear...
Hi, I use Memcached to bypass some database calls, and I have a floating problem in my local development environment. When it is used together with MCE C::M::Fast return an...