Skip to main content

Python empty package

Project description

django_redis_dashboard application for monitoring redis servers which used by application.

Usage

INSTALLATION

  1. To use django_redis_dashboard use pip or easy_install:

pip install django_redis_dashboard

or

easy_install django_redis_dashboard

  1. Add redis_dashboard to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        # ...
        'redis_dashboard',
    )
  2. Add the urls to your url configuration:

    urlpatterns = patterns('',
        # ...
        (r'^redis-dashboard/', include('redis-dashboard.urls')),
    )
  3. 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


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)

Uploaded Source

File details

Details for the file redis_dashboard-0.0.3.tar.gz.

File metadata

File hashes

Hashes for redis_dashboard-0.0.3.tar.gz
Algorithm Hash digest
SHA256 957033f3c7d63c4edb8a82898b5edc207f39e847013523868ddcd8870e3fdaa1
MD5 f9c308688f445449ca97ff4602b1a13e
BLAKE2b-256 f50ecae8e31d7adcfc63751ca8d13d2b8180feb2f53e98c4e1fc7fcb9bd4c86d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page