gottwall-backend-redis is a Redis storage for GottWall metrics aggregation platform
INSTALLATION
To use gottwall-backend-redis use pip or easy_install:
pip install gottwall-backend-redis
or
easy_install gottwall-backend-redis
USAGE
To configure GottWall with gottwall-backend-redis you need specify backend in GottWall config.
BACKENDS = {
'gw_backend_redis.RedisBackend': {
'HOST': "127.0.0.1",
'PORT': 6379,
'PASSWORD': None,
'DB': 2,
"CHANNEL": "gottwall"},
}
CONTRIBUTE
We need you help.
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
Fork the repository on Github to start making your changes to the develop branch (or branch off of it).
Write a test which shows that the bug was fixed or that the feature works as expected.
Send a pull request and bug the maintainer until it gets merged and published.
Release files for gottwall-backend-redis 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gottwall-backend-redis-0.0.1.tar.gz | 5.2 kB | Details |
Release files / gottwall-backend-redis-0.0.1.tar.gz
| Download URL | gottwall-backend-redis-0.0.1.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
590c7c69b7afe9b10dc09db00b02b8c3110a33c75f31d6e76d6916b2cf399f0b
|
|
BLAKE2b-256 checksum How to use checksums |
8634950a4633becea7ea8d8195fe91ecb6113bc874882bf545a4a0ba287226ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |