guillotina cache implementation using redis + lru in-memory cache
Project description
guillotina_rediscache implements redis into guillotina with an additional in-memory layer cache.
In order to coordinate invalidating the in-memory cache, guillotina_rediscache utilizes the pub/sub feature redis provides.
Configuration
app_settings for this:
{ "databases": { "db": { ... "cache_strategy": "redis" ... } }, "redis": { 'host': 'localhost', 'port': 6379, 'ttl': 3600, 'memory_cache_size': 1000, 'pool': { 'minsize': 5, 'maxsize': 100 } } }
1.0.10 (2017-11-06)
upgrade for guillotina 2.0.0 [vangheem]
1.0.9 (2017-10-23)
Fix handling connection objects and releasing back to pool [vangheem]
1.0.8 (2017-10-23)
Fix use of pool [vangheem]
1.0.7 (2017-10-23)
Use pickle instead of json from load/dumps because it is much faster [vangheem]
1.0.6 (2017-10-19)
Use ujson [vangheem]
1.0.5 (2017-10-02)
Track all keys needing invalidation and do invalidation in an async task so the request can finish faster. [vangheem]
1.0.4 (2017-05-29)
Test fixes [vangheem]
1.0.3 (2017-05-26)
Fix delete not properly invalidating cache [vangheem]
1.0.2 (2017-05-15)
Fix channel publishing invalidations [vangheem]
1.0.1 (2017-05-15)
Fix release
1.0.0 (2017-05-15)
initial release
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
Built Distribution
File details
Details for the file guillotina_rediscache-1.0.10.tar.gz
.
File metadata
- Download URL: guillotina_rediscache-1.0.10.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb1deb3c92ccfb1f30da81e2ed2f008fcf7f77b05dc92575eeebafd3a47a455b |
|
MD5 | 8d7f52ebfaf931c576fc4ac75d14c719 |
|
BLAKE2b-256 | 9d0099dcfd94eced4c247ebbd0099fa9a837bed7956b7275fed213d38494fe98 |
File details
Details for the file guillotina_rediscache-1.0.10-py3-none-any.whl
.
File metadata
- Download URL: guillotina_rediscache-1.0.10-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a606216ac90ab688d0c194a61fe636e8ebf6f1e764da4dc8b9dee2224983a38d |
|
MD5 | 6016ad25cb5bd7bbcb608feeb035724e |
|
BLAKE2b-256 | f3c044216d3efa0aea3826e5c2b7f61cf3bc8b499b6f47c54708c43d43319bd8 |