mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-27 01:48:33 +03:00
Don't use broadcast mode for redis
This commit is contained in:
@@ -384,7 +384,7 @@ async function setupCacheClientTracking(client: RedisClientType,
|
|||||||
|
|
||||||
if (!client || !cacheClient.isReady) return;
|
if (!client || !cacheClient.isReady) return;
|
||||||
|
|
||||||
await client.sendCommand(["CLIENT", "TRACKING", "ON", "REDIRECT", cacheConnectionClientId, "BCAST"]);
|
await client.sendCommand(["CLIENT", "TRACKING", "ON", "REDIRECT", cacheConnectionClientId]);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default exportClient;
|
export default exportClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user