summaryrefslogtreecommitdiff
path: root/bin/fetch.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-17 14:31:22 +0600
committerunwox <me@unwox.com>2024-10-17 14:31:22 +0600
commit08370b6f302f93cae01b0521f29a62c20e97bdab (patch)
treed4862634ea0668ac83c0fc06fff2a4e471c49e95 /bin/fetch.fnl
parentff8c6c9dde3a877b51e2fabafa579e2c05dc856e (diff)
implement cache clearing by namespaces
Diffstat (limited to 'bin/fetch.fnl')
-rw-r--r--bin/fetch.fnl2
1 files changed, 1 insertions, 1 deletions
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)