Skip to main content

UNKNOWN

Project description

Muffin-Memcached
############

.. _description:

Muffin-Memcached -- A simple memcached plugin for muffin_ framework.

.. _badges:

.. image:: http://img.shields.io/travis/drgarcia1986/muffin-memcached.svg?style=flat-square
:target: http://travis-ci.org/drgarcia1986/muffin-memcached
:alt: Build Status

.. _requirements:

Requirements
=============

- python >= 3.4
- muffin >= 0.5.5

.. _installation:

Installation
=============

**Muffin-Memcached** should be installed using pip: ::

pip install muffin-memcached

.. _usage:

Usage
=====

Add *muffin-memcached* to muffin plugin list:

.. code-block:: python

import muffin


app = muffin.Application(
'example',

PLUGINS=(
'muffin_memcached',
)
)

And use *memcached* plugin:

.. code-block:: python

@app.register('/cached')
class Example(muffin.Handler):

@asyncio.coroutine
def get(self, request):
return (yield from app.ps.memcached.get('foo'))

.. _options:

Options
-------

========================== ==============================================================
*MEMCACHED_HOST* Host of memcached server (``127.0.0.1``)
*MEMCACHED_PORT* Port of memcached server (``11211``)
*MEMCACHED_POOLSIZE* Size of connection pool (``1``)
========================== ==============================================================

.. _bugtracker:

Bug tracker
===========

If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/drgarcia1986/muffin-memcached/issues

.. _contributing:

Contributing
============

Development of Muffin-Memcached happens at: https://github.com/drgarcia1986/muffin-memcached


Contributors
=============

* drgarcia1986_ (Diego Garcia)

.. _license:

License
=======

Licensed under a `MIT license`_.

.. _links:


.. _muffin: https://github.com/klen/muffin
.. _drgarcia1986: https://github.com/drgarcia1986
.. _MIT license: http://opensource.org/licenses/MIT

Project details


Download files

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

Source Distribution

muffin-memcached-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file muffin-memcached-0.1.0.tar.gz.

File metadata

File hashes

Hashes for muffin-memcached-0.1.0.tar.gz
Algorithm Hash digest
SHA256 39e130a117c13bc80b8cdf2eb73091ff039312312e73f9837f0095c6ad30e7ec
MD5 52f1a18db636bc6b474ea2b0eadff878
BLAKE2b-256 9cd606c3fd4135a44b32e1db47e49e68e221316dd3c5c0fe41792405a75b28db

See more details on using hashes here.

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