Compare commits
7 Commits
e281bd4fa8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 58c1fb5bb6 | |||
| e83f32324f | |||
| 59f81c9203 | |||
| 809d4b8a7f | |||
| 89cb8ee2fb | |||
| bd7fe56330 | |||
| e3db56715b |
Generated
+676
-963
File diff suppressed because it is too large
Load Diff
@@ -46,8 +46,6 @@ redisClient.setEx = async (...args) => {
|
||||
}
|
||||
};
|
||||
|
||||
// Connect to Redis
|
||||
await redisClient.connect();
|
||||
// Connect to Redis — skip in test (services are mocked) or when REDIS_URL is unset
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
await redisClient.connect();
|
||||
|
||||
Reference in New Issue
Block a user