Skip to content

dcramer/nexus-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexus-redis

Provides a Redis statistics module in Nexus.

Install

Install using pip, or easy_install:

pip install nexus-redis

Config

Add nexus_redis to your INSTALLED_APPS:

INSTALLED_APPS = (
    'nexus',
    'nexus_redis',
)

Usage

The Redis module is automatically integrated into Nexus and provides statistics for all connections specificed in NEXUS_REDIS_CONNECTIONS.

NEXUS_REDIS_CONNECTIONS = [
    {'host': '127.0.0.1', 'port': 8930, 'db': 0},
]

About

Redis stats in Nexus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published