⚡ perf: cache banners with Redis
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m3s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m3s
This commit is contained in:
7
src/config/redis/key.ts
Normal file
7
src/config/redis/key.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export const redisKey = [
|
||||
{
|
||||
name: "HERO_BANNER",
|
||||
description: "Key for caching active hero banner data",
|
||||
key: `${process.env.APP_NAME}:system:banner`,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user