chain pruning

This commit is contained in:
2025-03-15 00:20:33 -07:00
parent 14eeb57a0e
commit 62fedaafea
4 changed files with 148 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ const redisClient: ReturnType<typeof createClient> = createClient({
url: process.env["REDIS_URI"],
socket: {
keepAlive: 25 * 1000, // 25s
connectTimeout: 15 * 1000,
},
});
redisClient.on("error", (error) => {