package (and their typing) updates

This commit is contained in:
2025-05-31 22:02:29 -07:00
parent 5e4396031e
commit 935a18f2cc
11 changed files with 485 additions and 653 deletions

View File

@@ -9,7 +9,8 @@ if (!process.env["SPOTMGR_REDIS_URI"])
const redisClient: ReturnType<typeof createClient> = createClient({
url: process.env["SPOTMGR_REDIS_URI"],
socket: {
keepAlive: 25 * 1000, // 25s
keepAlive: true,
keepAliveInitialDelay: 25 * 1000, // 25s
connectTimeout: 15 * 1000,
},
});