perf: docs

This commit is contained in:
archer
2023-04-14 16:53:05 +08:00
parent 6ff5db7b41
commit 36dad6df33
3 changed files with 44 additions and 25 deletions

View File

@@ -29,7 +29,6 @@ export const connectRedis = async () => {
await global.redisClient.connect();
// 1 - 测试库0 - 正式
await global.redisClient.SELECT(0);
return global.redisClient;