feat: add middleware using Redis as data source

This commit is contained in:
2026-07-17 09:59:59 +07:00
parent edd6f24eab
commit bb3f5ff891
7 changed files with 191 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@
"module": "es2022", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"ignoreDeprecations": "6.0", /* Silence deprecation warnings for deprecated compiler options. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
"paths": { /* Specify a set of entries that re-map imports to additional lookup locations. */
"~/*": ["./src/*"],