From 08370b6f302f93cae01b0521f29a62c20e97bdab Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 17 Oct 2024 14:31:22 +0600 Subject: implement cache clearing by namespaces --- bin/fetch.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fetch.fnl') diff --git a/bin/fetch.fnl b/bin/fetch.fnl index da5383d..4558c50 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -144,7 +144,7 @@ ipuer.products ozchai.products])] (store-products tx (products))) -(cache.clear-tx tx) +(cache.clear-tx tx "page:") (must (luna.db.commit tx)) (populate-search-table) -- cgit v1.2.3