summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-09-29 15:28:04 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-09-30 16:00:16 -0500
commit747f472e7a50274f45e414c9ee4f8fe70f6f1131 (patch)
tree9161e6288f3dcdb09ef636e99db470b9f9fcd203 /HISTORY.md
parente06d915d12f97a72b932be7dc67ccf4b80077324 (diff)
downloadrequests-cache-747f472e7a50274f45e414c9ee4f8fe70f6f1131.tar.gz
Add ttl_offset argument for Redis backend
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 919c1fc..2a381d9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -35,6 +35,8 @@
* Add `size()` method to get estimated size of the database (including in-memory databases)
* Add `sorted()` method with sorting and other query options
* Add `wal` parameter to enable write-ahead logging
+* Redis:
+ * Add `ttl_offset` argument to add a delay between cache expiration and deletion
* MongoDB:
* Store responses in plain (human-readable) document format instead of fully serialized binary
* Add optional integration with MongoDB TTL to improve performance for removing expired responses