From 747f472e7a50274f45e414c9ee4f8fe70f6f1131 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 29 Sep 2022 15:28:04 -0500 Subject: Add ttl_offset argument for Redis backend --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY.md') 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 -- cgit v1.2.1