Skip to content

brilliantorg/nexus-memcache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 50.2%
  • HTML 40.1%
  • CSS 7.3%
  • JavaScript 2.4%