From 9e15a505a0218dd472c21933b7e0322eec107414 Mon Sep 17 00:00:00 2001 From: Dilshan Madushanka Date: Mon, 30 Sep 2024 00:10:21 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 363174e..a0a4276 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ RunCache.onExpiry((cache: EventParam) => { // Event of a specific key expiry RunCache.onKeyExpiry('Key', (cache: EventParam) => { - console.log(`Cache of key '${cache.key}' has been expired`); + console.log(`Specific key has been expired`); }) await RunCache.set({