Cache worker for gunicorn
Project description
Cache worker for gunicorn
Free software: ISC license
Usage
Add these settings in Gunicorn configuration file:
cache_route = [ {'url': '^/custom_url1', 'methods':['GET', 'POST'], 'expire': 500}, {'url': '^/custom_url2', 'methods': ['POST'], 'expire': 500, 'prolong': False} ] cache_store = {'redis_url':'redis://127.0.0.1:6379/0'} worker_class = 'gunicorn_cache.RedisWorker'
Then run the gunicorn.
Advance Usage
Refresh cache
curl -H "GUNICORN_CACHE_REFRESH:true" -X <method> <url>
Features
TODO
History
0.1.5 (2016-01-07)
Improve refresh cache
0.1.4 (2016-01-07)
Add refresh cache method
0.1.3 (2015-12-23)
Fix a response duplicated set bug
0.1.1 (2015-12-16)
Change configuration
add prolong feature
0.1.0 (2015-12-15)
First release on PyPI.
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
gunicorn_cache-0.1.5.tar.gz
(13.3 kB
view details)
File details
Details for the file gunicorn_cache-0.1.5.tar.gz
.
File metadata
- Download URL: gunicorn_cache-0.1.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 378803e35a134d71800c89473b2799584d3e7ca598de7278c6d27b07487de740 |
|
MD5 | 1da3f6905521a738e0bde5fbc8acfa30 |
|
BLAKE2b-256 | cd27c8a421cb961c8097cd526161e946418f63b74198dd674056e4fafc57a841 |