返回 AiToEarn
redis.constant.ts
根目录 / project / aitoearn-electron / server / src / lib / redis / redis.constant.ts
1 /*
2 * @Author: nevin
3 * @Date: 2022-10-29 22:19:30
4 * @LastEditTime: 2024-08-31 18:55:18
5 * @LastEditors: nevin
6 * @Description:
7 */
8 export const REDIS_CLIENT = 'REDIS_CLIENT';
9
9 lines TYPESCRIPT