summaryrefslogtreecommitdiff
path: root/examples/generate_test_db.py
Commit message (Expand)AuthorAgeFilesLines
* Update tests and docsJordan Cook2022-06-111-1/+1
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-111-5/+2
* Add indexed datetime column to SQLite backend for faster evictionJordan Cook2022-04-101-6/+4
* Some adjustments for test db generator scriptJordan Cook2021-11-241-8/+16
* Some formatting for examplesJordan Cook2021-08-291-1/+1
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-2/+1
* Fix generate_test_db script, and add a basic script for testing cache write s...Jordan Cook2021-07-311-13/+24
* Add an example script to generate a large cache for testing purposesJordan Cook2021-04-291-0/+110