https://github.com/openspending/os-api-cache
https://github.com/openspending/os-api-cache
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openspending/os-api-cache
- Owner: openspending
- License: mit
- Created: 2017-02-06T13:51:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T10:11:36.000Z (over 7 years ago)
- Last Synced: 2025-09-25T06:53:30.780Z (9 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/openspending/os-api-cache)
[](https://coveralls.io/r/openspending/os-api-cache?branch=master)
[](https://pypi.org/project/os-api-cache/)
# os-api-cache
Manage a Redis cache for OpenSpending API. Used by [os-api](https://github.com/openspending/os-api) to cache api request responses, and by [os-conductor](https://github.com/openspending/os-conductor) and [os-package-registry](https://github.com/openspending/os-package-registry) to clear the cache when package updates are made.
## Tests
Test require Redis running on port 6378, and use `tox`:
```sh
$ tox
```