Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.189 Times

Memcached freeware
Filter: All | Freeware | Demo
 

Memcached

1 2 > 
Added: September 07, 2010 | Visits: 1.183

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: November 07, 2010 | Visits: 1.140

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: May 20, 2010 | Visits: 2.049

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id... Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: May 01, 2010 | Visits: 1.109

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>... Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: October 13, 2013 | Visits: 501

Memcached Functions for MySQL Memcached Functions for MySQL project is a set of MySQL UDFs (user defined functions) to work with memcached using libmemcached. With these functions you get, set, append, prepend and delete objects in memcached. Combine these functions with MySQL triggers and you can manage your memcached cache.... Platforms: *nix

License: Freeware Size: 337.92 KB Download (42): Memcached Functions for MySQL Download

Added: October 08, 2013 | Visits: 337

python-memcached This is a Python based API (implemented in 100% python) for communicating with the memcached distributed memory object cache daemon. Platforms: *nix

License: Freeware Size: 40.96 KB Download (37): python-memcached Download

Added: August 06, 2013 | Visits: 294

python-binary-memcached A pure python module to access memcached via it's binary with SASL auth support. The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example. Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): python-binary-memcached Download

Added: September 01, 2010 | Visits: 876

pgmemcache pgmemcache project consists of a PostgreSQL interface to memcached(8). pgmemcache is a PostgreSQL interface to memcached(8): a high-performance, distributed memory object caching system. It allows functions and triggers to talk to a memcached(8) cluster and provides real time cache coherency.. Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): pgmemcache Download

Added: September 12, 2013 | Visits: 167

WaffleGrid WaffleGrid is a modified version of the MySQL InnoDB storage engine that uses memcached to store more buffer pool pages. Platforms: *nix

License: Freeware Size: 15.88 MB Download (48): WaffleGrid Download

Added: September 08, 2013 | Visits: 237

Products.MemcachedManager MemcachedManager is a cache similar to RAMCacheManager, using memcached for storage. Dependencies memcached This needs to be set up on a server Zope can connect to. You provide the IP address in the MemcachedManager settings screen. pylibmc Install this in site packages (the regular... Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): Products.MemcachedManager Download

Added: October 23, 2013 | Visits: 349

django-memcache-status current load and some statistics for your memcached instances. It's tested with the current Django 1.0.2 and Django 1.1 (django-trunk). Installation Put memcache_status in your INSTALLED_APPS. That's all. Only admin-users with superuser permission can see these stats.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): django-memcache-status Download

Added: November 21, 2013 | Visits: 343

django-bmemcached A django cache backend to use bmemcached module which supports memcached binary protocol with authentication. Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-bmemcached Download

Added: July 11, 2013 | Visits: 389

django-pylibmc-sasl This package provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. This is a fork of the django-pylibmc package. These changes will eventually end up upstream. Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-pylibmc-sasl Download

Added: July 12, 2013 | Visits: 189

sqlbean for Linux A auto maping ORM for MYSQL and can bind with memcached Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): sqlbean for Linux Download

Added: July 25, 2013 | Visits: 308

Mockcache Mockcache is a dictionary-based mock memcached client library. It does not connect to any memcached server, but keeps a dictionary and store every cache into there internally. It is a just emulated API of memcached client only for tests. It implements expiration also. NOT THREAD-SAFE. try:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Mockcache Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 285

Memcache Taglibs This is a taglib for memcached, almost full compatible to oscache's taglib.If you use oscache taglibs as your cache engine, you can mostly no need modifyany jsp code to change to the best cache system, memcached. Platforms: Windows, Mac, Linux

License: Freeware Size: 55.85 KB Download (48): Memcache Taglibs Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 476

SQL Cache Daemon Sqlcached is a memory cache daemon, inspired by memcached, but offering more granular control by using SQL interface instead of key-value pairs. Platforms: Mac, BSD, Linux

License: Freeware Size: 25.4 KB Download (47): SQL Cache Daemon Download

Added: November 18, 2013 | Visits: 424

FMSPy FMSPy is a Python library that provides implementation of RTMP protocol upon Twisted Framework. On top of protocol implementation it builds server for Flash/Flex clients. At the moment FMSPy supports: * basic RPC support; * application plugin infrastructure (applications are designed as FMSPy... Platforms: *nix

License: Freeware Size: 266.24 KB Download (46): FMSPy Download

Added: August 19, 2013 | Visits: 317

django-pylibmc django-pylibmc is a Django module that provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. Installation: Get it from pypi: pip install django-pylibmc or github: pip install -e git://github.com/jbalogh/django-pylibmc.git#egg=django-pylibmc... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-pylibmc Download

Added: October 05, 2013 | Visits: 326

Makesite Makesite is the system for deploying and managing sites. This have support for nginx, supervisor, uwsgi, git, django, tornado, compass, memcached, cron, virtualenv, pip, zetalibrary, celeryd and more. Platforms: *nix

License: Freeware Size: 30.72 KB Download (41): Makesite Download

1 2 >