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
- Host: GitHub
- URL: https://github.com/dcramer/nexus-memcache
- Owner: dcramer
- License: apache-2.0
- Created: 2010-12-23T03:42:18.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-20T05:08:28.000Z (over 14 years ago)
- Last Synced: 2025-10-24T11:41:06.698Z (8 months ago)
- Language: Python
- Homepage: http://code.disqus.com/projects/nexus.html
- Size: 308 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.