未提供项目描述
项目描述
松饼-memcached
############
.. _description
松饼-memcached -- 一个简单的muffin_框架的memcached插件。
.. _badges
.. image:: http://img.shields.io/travis/drgarcia1986/muffin-memcached.svg?style=flat-square
:target: http://travis-ci.org/drgarcia1986/muffin-memcached
:alt: 构建状态
.. _requirements
需求
=============
- python >= 3.4
- muffin >= 0.5.5
.. _installation
安装
=============
**Muffin-Memcached** 应使用pip进行安装:
pip install muffin-memcached
.. _usage
使用方法
=====
将 *muffin-memcached* 添加到muffin插件列表
.. code-block:: python
import muffin
app = muffin.Application(
'example',
PLUGINS=(
'muffin_memcached',
)
)
并使用 *memcached* 插件
.. 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
选项
-------
========================== ==============================================================
*MEMCACHED_HOST* memcached服务器的主机(``127.0.0.1``)
*MEMCACHED_PORT* memcached服务器的端口(``11211``)
*MEMCACHED_POOLSIZE* 连接池的大小(``1``)
========================== ==============================================================
.. _bugtracker
错误跟踪器
===========
如果您有任何建议、错误报告或
烦恼,请向https://github.com/drgarcia1986/muffin-memcached/issues的issue跟踪器报告
.. _contributing
贡献
============
马芬-Memcached 的开发地点为:https://github.com/drgarcia1986/muffin-memcached
贡献者
=============
* drgarcia1986_ (Diego Garcia)
.. _license
许可证
=======
遵循 `MIT 许可协议`_。
.. _links
.. _muffin: https://github.com/klen/muffin
.. _drgarcia1986: https://github.com/drgarcia1986
.. _MIT license: https://open-source.org.cn/licenses/MIT
############
.. _description
松饼-memcached -- 一个简单的muffin_框架的memcached插件。
.. _badges
.. image:: http://img.shields.io/travis/drgarcia1986/muffin-memcached.svg?style=flat-square
:target: http://travis-ci.org/drgarcia1986/muffin-memcached
:alt: 构建状态
.. _requirements
需求
=============
- python >= 3.4
- muffin >= 0.5.5
.. _installation
安装
=============
**Muffin-Memcached** 应使用pip进行安装:
pip install muffin-memcached
.. _usage
使用方法
=====
将 *muffin-memcached* 添加到muffin插件列表
.. code-block:: python
import muffin
app = muffin.Application(
'example',
PLUGINS=(
'muffin_memcached',
)
)
并使用 *memcached* 插件
.. 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
选项
-------
========================== ==============================================================
*MEMCACHED_HOST* memcached服务器的主机(``127.0.0.1``)
*MEMCACHED_PORT* memcached服务器的端口(``11211``)
*MEMCACHED_POOLSIZE* 连接池的大小(``1``)
========================== ==============================================================
.. _bugtracker
错误跟踪器
===========
如果您有任何建议、错误报告或
烦恼,请向https://github.com/drgarcia1986/muffin-memcached/issues的issue跟踪器报告
.. _contributing
贡献
============
马芬-Memcached 的开发地点为:https://github.com/drgarcia1986/muffin-memcached
贡献者
=============
* drgarcia1986_ (Diego Garcia)
.. _license
许可证
=======
遵循 `MIT 许可协议`_。
.. _links
.. _muffin: https://github.com/klen/muffin
.. _drgarcia1986: https://github.com/drgarcia1986
.. _MIT license: https://open-source.org.cn/licenses/MIT
项目详情
关闭
muffin-memcached-0.2.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 9149bee126704cece5127b476fe67ff371b37e26c19d21934d5814b5a250714d |
|
MD5 | f5de9e019a3df239995050e12ca6cb4e |
|
BLAKE2b-256 | cffcc50d47ac159cd78c6460a2d5c870696d346c995fc8873ff66471d9e71463 |