Redis storage for GottWall statistics aggregator
Project description
gottwall-storage-redis is a Redis storage for GottWall metrics aggregation platform
INSTALLATION
To use gottwall-storage-redis use pip or easy_install:
pip install gottwall-storage-redis
or
easy_install gottwall-storage-redis
USAGE
To configure GottWall with gottwall-storage-redis you need specify backend in GottWall config.
STORAGE = "gw_storage_redis.RedisStorage" STORAGE_SETTINGS = { "HOST": "localhost", "PORT": 6379, "PASSWORD": "", "DB": 2 }
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
Close
Hashes for gottwall-storage-redis-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cba68f1959af5bd779e88981b0fe7a60acac81448939915eb3ec480248b22e27 |
|
MD5 | 88c081ab0acef10d5e774d9e63f9d35a |
|
BLAKE2-256 | 891976aaac67cf89d6abeb2f1631b922f4595c481fadbe3f20672893cea7a183 |