RSSHub/lib/middleware
Rongrong 41910802f2
feat(core): caching enhancements (#9227)
* fix(core): redis cache ignore `maxAge` when refreshing

memory cache do not have such a problem

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* feat(core): make `cache.tryGet()` refreshing selectable

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* docs: `ctx.cache.tryGet()` update

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-03-19 02:13:15 +08:00
..
cache feat(core): caching enhancements (#9227) 2022-03-19 02:13:15 +08:00
access-control.js refactor: avoid promise overhead (#8028) 2021-08-16 11:45:53 -07:00
anti-hotlink.js feat: anti-hotlink for images (#4481) 2020-04-28 10:27:47 +08:00
api-response-handler.js
api-template.js
debug.js feat: remove hot ip in debug info 2021-01-21 11:57:16 +08:00
header.js style(eslint): add no-implicit-coercion rule (#8175) 2021-09-15 21:22:11 +08:00
load-on-demand.js feat(core): first attempt to init script standard (#8224) 2021-09-22 05:41:00 -07:00
onerror.js feat(core): first attempt to init script standard (#8224) 2021-09-22 05:41:00 -07:00
parameter.js fix(core): fix fulltext (#8951) 2022-02-02 23:06:36 +08:00
template.js fix(route): migrate invalid `enclosure_length` usages to `itunes_duration` (#9291) 2022-03-10 20:54:29 +08:00
utf8.js