Python empty package
Project description
django_redis_dashboard application for monitoring redis servers which used by application.
Usage
INSTALLATION
To use django_redis_dashboard use pip or easy_install:
pip install django_redis_dashboard
or
easy_install django_redis_dashboard
Add redis_dashboard to your INSTALLED_APPS setting:
INSTALLED_APPS = ( # ... 'redis_dashboard', )
Add the urls to your url configuration:
urlpatterns = patterns('', # ... (r'^redis-dashboard/', include('redis-dashboard.urls')), )
Configure you redis servers:
REDIS = { 'default': { 'HOST': '127.0.0.1', 'PORT': 6379, 'DB': 2 }, 'slave': { 'HOST': '127.0.0.1', 'PORT': 6378, 'DB': 3 } }
CONTRIBUTE
Fork https://github.com/Lispython/django-redis-dashboard/ , create commit and pull request.
SEE ALSO
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redis_dashboard-0.0.3.tar.gz
(5.7 kB
view details)
File details
Details for the file redis_dashboard-0.0.3.tar.gz
.
File metadata
- Download URL: redis_dashboard-0.0.3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957033f3c7d63c4edb8a82898b5edc207f39e847013523868ddcd8870e3fdaa1 |
|
MD5 | f9c308688f445449ca97ff4602b1a13e |
|
BLAKE2b-256 | f50ecae8e31d7adcfc63751ca8d13d2b8180feb2f53e98c4e1fc7fcb9bd4c86d |