This is the Perl API for memcached, a distributed memory cache daemon. More information is available at: http://www.danga.com/memcached/...
DORMANDO/Cache-Memcached-1.30 - 19 May 2012 23:29:35 UTCThis is the Perl API for memcached, a distributed memory cache daemon. More information is available at: http://www.danga.com/memcached/ This version differs from the original Cache::Memcached perl client in that it uses the libmemcache library and u...
JCARON/Cache-Memcached-XS-0.01 - 02 Jul 2006 23:14:14 UTCMemcached works like big dictionary... So why we can't use it as Perl hash?...
GUGU/Cache-Memcached-Tie-0.09 - 06 Dec 2010 20:41:20 UTCCache::Memcached::Fast is a Perl client for memcached, a memory cache daemon (<http://www.memcached.org/>). Module core is implemented in C and tries hard to minimize number of system calls and to avoid any key/value copying for speed. As a result, i...
RAZ/Cache-Memcached-Fast-0.26 - 26 Mar 2020 15:57:31 UTCThis is the Perl API for memcached-tags version of memceched More information is available at: http://memcached-tags.googlecode.com This module is based on Cache::Memcached, so you can use it as you would use Cache::Memcached plus couple of new metho...
EBRAGIN/Cache-Memcached-Tags-0.02 - 20 Apr 2009 19:30:07 UTCThis class can be used to mock the real Cache::Memcached object when you don't have a memcached server running (and you don't want to run one actually), but you need the functionality to be there. I used it in unit tests, where I had to perform sever...
OPERA/Cache-Memcached-Mock-0.07 - 12 Aug 2013 07:51:31 UTCThe idea is take advantage from Cache::Memcached::Fast module using it as a back-end for queue structures without sockets, extra protocols or extra databases to maintain queues-metadata. All stuff is stored on Memcached! Including metadata. This can ...
BANG/Cache-Memcached-Queue-0.1.8 - 20 Jul 2016 19:15:15 UTCLNATION/Cache-Memcached-Managed-0.26 - 17 Nov 2019 01:31:45 UTC
This back end uses either Memcached::Client (preferred) or Cache::Memcached modules to store and access distributed data in memcached servers. It does not work without special support data stored in the site configuration: /cache/memcached => { serve...
AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTCDMAKI/Cache-Memcached-AnyEvent-0.00023 - 30 Jul 2015 23:52:01 UTC
Lightweight subclass of Cache::Memcached to make it implement more of the Cache::Cache API....
BBC/Pinwheel-0.2.7 - 19 Jan 2010 17:03:02 UTCThis module initializes the Cache::Memcached module and uses it for the caching subsystem within Scaffold. The synopsis shows the defaults that are used in initialization. The "servers" configuration item can be a comma seperated list....
KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTCHITSU/Cache-Memcached-Fast-CGI-0.06 - 14 Oct 2010 02:35:16 UTC
This module uses Cache::Memcached perl API to maintain semaphores across a number of servers. It relies upon return value of memcached API add function (true in case of previously non-existent value, false in case value already exists). Tested with m...
ZMIJ/Cache-Memcached-Semaphore-0.3 - 19 Sep 2006 10:32:23 UTCThis is a prototype of a Thundering-Herd prevention algorithm for memcached. As most such systems, it doesn't play entirely nicely with incompatible modes of access to the same keys, but that's not so much surprise, one would hope. Access to differen...
SMUELLER/Cache-Memcached-Turnstile-0.01 - 18 Nov 2013 16:56:40 UTCTHIS IS ALPHA SOFTWARE Cache::Memcached::Indexable is a key indexable memcached interface. It is a simple wrapper class of Cache::Memcached. Usually, we can't get any key information of stored data with using memcached. This module provides "keys()" ...
TANIGUCHI/Cache-Memcached-Indexable-0.03 - 06 Mar 2007 14:31:47 UTCCache::Memcached::Fast::Safe is subclass of Cache::Memcached::Fast. Cache::Memcached::Fast::Safe sanitizes all requested keys for against memcached injection problem. and call disconnect_all automatically after fork for fork-safe....
KAZEBURO/Cache-Memcached-Fast-Safe-0.06 - 11 Sep 2017 06:03:06 UTCThis module implements the same function as Cache::Memcached::GetParser, except it's written in C/XS. Initial benchmarks have shown it to be possibly twice as fast as the original perl version....
HACHI/Cache-Memcached-GetParserXS-0.01 - 05 May 2007 00:48:03 UTCWhy this module? Sometime i need in helper for logging and parsing some statistics. To write in file a logs for parsing is very bad idea - I/O of HDD is very slow. With this module many concurrent proccesses can write to memcached by "log" method and...
PERLOVER/Cache-Memcached-Fast-Logger-0.15 - 01 Sep 2013 15:44:27 UTCThis is the Cache::Memcached compatible interface to libmemcached, a C library to interface with memcached. Cache::Memcached::libmemcached is built on top of Memcached::libmemcached. While Memcached::libmemcached aims to port libmemcached API to perl...
TIMB/Cache-Memcached-libmemcached-0.04001 - 03 Sep 2013 12:44:40 UTC