import { cleanupExpiredSessions } from '../utils/redis.js'; setInterval(async () => { await cleanupExpiredSessions(); }, 5000);