Provides a memcache statistics module in Nexus.
Install using pip, or easy_install:
pip install nexus_memcache
Add nexus_memcache to your INSTALLED_APPS
:
INSTALLED_APPS = ( 'nexus', 'nexus_memcache', )
The memcache module is automatically integrated into Nexus and detects memcache using your CACHE_BACKEND
setting.