Skip to main content

Dogpile backend for AWS Elasticache Memcache service

Project description

Dogpile backend for AWS Elasticache Memcache service. Uses pymemcache to connect to nodes of the Elasticache cluster with auto-discovery.

Usage

Install with pip:

$ pip install dogpile_elasticache

Configure a region to use dogpile_elasticache:

from dogpile.cache import make_region

region = make_region().configure(
    'elasticache_pymemcache',
    arguments = {
        'configuration.host': 'XX.XX.cfg.use1.cache.amazonaws.com',
        'configuration.port': '11211',
    }
)

Development

Install environment:

$ pip install -e .[test]

Run tests (with Nose):

$ nosetests

Release (with zest.releaser):

$ fullrelease

Thanks

Thanks to https://github.com/gusdan/django-elasticache for the cluster discovery code.

Changelog

0.1 (2016-04-11)

  • Released on Github

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dogpile_elasticache-0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page