django-redis-dashboard

Application to show redis statistics on Django admin interface
Download

django-redis-dashboard Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Alexandr Lispython
  • Publisher web site:
  • https://github.com/lispython/human_curl

django-redis-dashboard Tags


django-redis-dashboard Description

django_redis_dashboard is a Django app for monitoring redis servers which used by application.INSTALLATION1. To use django_redis_dashboard use pip or easy_install:pip install django_redis_dashboardoreasy_install django_redis_dashboard2. Add redis_dashboard to your INSTALLED_APPS setting: INSTALLED_APPS = ( # ... 'redis_dashboard', )3. Add the urls to your url configuration: urlpatterns = patterns('', # ... (r'^redis-dashboard/', include('redis-dashboard.urls')), )4. 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 } }Product's homepage


django-redis-dashboard Related Software