An open API service indexing awesome lists of open source software.

https://github.com/dcramer/nexus-memcache

Memcache statistics plugin for Nexus
https://github.com/dcramer/nexus-memcache

Last synced: 3 months ago
JSON representation

Memcache statistics plugin for Nexus

Awesome Lists containing this project

README

          

nexus-memcache
--------------

Provides a memcache statistics module in `Nexus `_.

Install
=======

Install using pip, or easy_install::

pip install nexus_memcache

Config
======

Add nexus_memcache to your ``INSTALLED_APPS``::

INSTALLED_APPS = (
'nexus',
'nexus_memcache',
)

Usage
=====

The memcache module is automatically integrated into Nexus and detects memcache using your ``CACHE_BACKEND`` setting.