The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "memcached"

Test::Memcached - Memcached Runner For Tests River stage one • 3 direct dependents • 3 total dependents

Test::Memcached automatically sets up a memcached instance, and destroys it when the perl script exists....

DMAKI/Test-Memcached-0.00004 - 09 Nov 2010 04:30:25 UTC - Search in distribution

Cache::Memcached - client library for memcached (memory cache daemon) River stage two • 33 direct dependents • 83 total dependents

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 UTC - Search in distribution

Memcached::Client - All-singing, all-dancing Perl client for Memcached River stage one • 3 direct dependents • 3 total dependents

Memcached::Client attempts to be a versatile Perl client for the memcached protocol. It is built to be usable in a synchronous style by most Perl code, while also being capable of being used as an entirely asynchronous library running under AnyEvent....

MDORMAN/Memcached-Client-2.01 - 24 Feb 2011 14:33:50 UTC - Search in distribution

Memcached::Server - A pure perl Memcached server helper, that help you create a server speaking Memcached protocol River stage zero No dependents

This module help us to create a pure perl Memcached server. It take care some protocol stuff, so that we can only focus on primary functions. Take a look on the source of Memcached::Server::Default, a compelete example that works as a standard Memcac...

CINDY/Memcached-Server-0.04 - 19 Aug 2010 06:26:01 UTC - Search in distribution

Memoize::Memcached - use a memcached cache to memoize functions River stage zero No dependents

TCOHEN/Memoize-Memcached-0.04 - 25 Feb 2014 12:55:34 UTC - Search in distribution

AnyEvent::Memcached - AnyEvent memcached client River stage zero No dependents

Asyncronous "memcached/memcachedb" client for AnyEvent framework...

MONS/AnyEvent-Memcached-0.08 - 29 Nov 2016 17:54:33 UTC - Search in distribution

Protocol::Memcached - memcached binary protocol implementation River stage one • 1 direct dependent • 2 total dependents

Bare minimum protocol support for memcached. This class is transport-agnostic and as such is not a working implementation - you need to subclass and provide your own ->write method. If you're using this class, you're most likely doing it wrong - head...

TEAM/Protocol-Memcached-0.004 - 28 Sep 2012 09:02:22 UTC - Search in distribution

Memcached::RateLimit - Sliding window rate limiting with Memcached River stage zero No dependents

This module implements rate limiting logic. It is intended for high volume websites that require limits on the access or modification to resources. It is implemented using Rust and FFI::Platypus, so you will need the rust toolchain in order to instal...

PLICEASE/Memcached-RateLimit-0.09 - 14 Jun 2023 23:18:57 UTC - Search in distribution

Collection::Memcached - class for collections of data, stored in Memcached. River stage one • 2 direct dependents • 2 total dependents

Class for collections of data, stored in Memcached....

ZAG/Collection-0.58 - 08 Apr 2013 12:48:00 UTC - Search in distribution

KeyedMutex::Memcached - An interprocess keyed mutex using memcached River stage zero No dependents

KeyedMutex::Memcached is an interprocess keyed mutex using memcached. This module is inspired by KeyedMutex....

KARUPA/KeyedMutex-Memcached-0.05 - 25 Feb 2015 15:38:13 UTC - Search in distribution

Tripletail::MemCached - キャッシュを扱う River stage zero No dependents

memcachedを利用するためのクラスです。 Cache::Memcached::XSを使用しています。 Cache::Memcached::XSが利用不可能な場合、Cache::Memcachedを利用しようとします。(デフォルト設定の場合) METHODS $TL->newMemCached $memc = $TL->newMemCached; Tripletail::MemCached オブジェクトを作成。 set $memc->set($key, $data) $memc->set($...

HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC - Search in distribution

Memcached::libmemcached - Thin fast full interface to the libmemcached client API River stage one • 4 direct dependents • 4 total dependents

Memcached::libmemcached is a very thin, highly efficient, wrapper around the libmemcached library. It's implemented almost entirely in C. It gives full access to the rich functionality offered by libmemcached. libmemcached is fast, light on memory us...

SEANBURKE/Memcached-libmemcached-1.001801 - 26 May 2015 18:14:44 UTC - Search in distribution

lib/Solstice/Memcached.pm River stage zero No dependents

MCRAWFOR/Solstice-1440 - 07 Nov 2007 20:57:59 UTC - Search in distribution

App::Memcached::CLI - Interactive/Batch CLI for Memcached River stage zero No dependents

This package provides utility CLI for Memcached. The CLI can be both interactive one or batch script. See memcached-cli for details....

PROGRHYME/App-Memcached-CLI-v0.9.5 - 28 Mar 2018 08:50:01 UTC - Search in distribution

App::Memcached::Tool - A porting of memcached/memcached-tool River stage zero No dependents

This package provides the same feature with memcached/memcached-tool <https://github.com/memcached/memcached/blob/master/scripts/memcached-to ol>. A common commandline tool for memcached. See memcached-tool for more information....

KEYAMB/App-Memcached-Tool-v0.9.4 - 26 Mar 2016 08:53:42 UTC - Search in distribution

Cache::Memcached::XS - client library for memcached (memory cache daemon) using libmemcache River stage zero No dependents

This 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 UTC - Search in distribution

IPC::Lock::Memcached - memcached based locking River stage zero No dependents

EARL/IPC-Lock-0.20 - 05 Mar 2010 07:35:54 UTC - Search in distribution
  • IPC::Lock - simple and safe local/network locking

Cache::Memcached::Tie - Use Cache::Memcached::Fast like a hash. River stage zero No dependents

Memcached 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 UTC - Search in distribution

Net::Async::Memcached - basic IO::Async support for memcached River stage one • 1 direct dependent • 1 total dependent

Provides basic memcached support - see Protocol::Memcached for a list of available methods. This is the parent class used by Net::Async::Memcached::Client and Net::Async::Memcached::Server....

TEAM/Net-Async-Memcached-0.001 - 05 Jul 2011 23:05:51 UTC - Search in distribution

CHI::Driver::Memcached - Distributed cache via memcached (memory cache daemon) River stage one • 3 direct dependents • 3 total dependents

A CHI driver that uses Cache::Memcached to store data in the specified memcached server(s). CHI::Driver::Memcached::Fast and CHI::Driver::Memcached::libmemcached are also available as part of this distribution. They work with other Memcached clients ...

JSWARTZ/CHI-Driver-Memcached-0.16 - 11 Sep 2014 09:18:14 UTC - Search in distribution
255 results (0.082 seconds)