Releases: Kinto/kinto-redis
Releases · Kinto/kinto-redis
2.1.0
Internal Changes
- Replacing
ujson
with kinto.core.utils.json
Bugfixes
- Fix
pip install kinto[redis]
command
2.0.1
Bug fixes
pool_size
setting should remain optional
2.0.0
Breaking changes
- Upgrade to Kinto >= 13 storage API.
1.3.0
- Update storage tests with new Kinto 9.x features. (#13)
1.2.0
- Cache set now requires a ttl value
- Cache delete() method now returns the deleted value
- Cache never accept to store bytes.
1.1.0
- Upgrade to last storage, permissions and cache backends features. (#7)
1.0.0
- Move the kinto redis backends to an external repository.