AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 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