remove redis config

This commit is contained in:
Nour Alharithi
2023-12-11 18:56:19 -08:00
parent c1a5afe3d7
commit 15579e1b2a

View File

@@ -34,7 +34,6 @@ export const getRedisClient = (
return false;
},
maxRetriesPerRequest: null, // unlimited retries
enableOfflineQueue: false,
});
redisClient.on('connect', () => {