Brief redis monitoring in django admin
Project description
Brief redis monitoring in django admin
Installation guide
Add redisboard to INSTALLED_APPS:
INSTALLED_APPS += ("redisboard", )
After that you need to run:
manage.py syncdb
Or if you use south you can migrate this app:
manage.py migrate redisboard
Then you can add redis servers in the admin. You will see the stats in the changelist.
Screenshots
Changelist:
Inspect page:
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
File details
Details for the file django-redisboard-0.2.1.tar.gz
.
File metadata
- Download URL: django-redisboard-0.2.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c24633720364bdedf81ccf5639625c33db38c28bdc970b6e1955a6fc13cea09 |
|
MD5 | 5560ebf7e34e9488c2c5bdda6366fceb |
|
BLAKE2b-256 | 670f2f0a773b17855dd9368b17957ee330677bf61a9c0e31d17ee15bfaa03597 |