Redis transport backend for GottWall statistics aggregator
Project description
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.
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 gottwall-backend-redis-0.0.1.tar.gz
.
File metadata
- Download URL: gottwall-backend-redis-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 590c7c69b7afe9b10dc09db00b02b8c3110a33c75f31d6e76d6916b2cf399f0b |
|
MD5 | 6cb276e7f247ed2bdbac6397d821e898 |
|
BLAKE2b-256 | 8634950a4633becea7ea8d8195fe91ecb6113bc874882bf545a4a0ba287226ec |