We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a97294 commit def6de6Copy full SHA for def6de6
packages/sdk-socket-server-next/src/analytics-api.ts
@@ -115,7 +115,7 @@ export const getRedisClient = () => {
115
showFriendlyErrorStack: true,
116
slotsRefreshInterval: 2000,
117
clusterRetryStrategy: (times) => Math.min(times * 30, 1000),
118
- enableAutoPipelining: true,
+ enableAutoPipelining: false, // Disable auto pipelining to avoid MOVED errors for now (should re-enable when we have a better solution)
119
redisOptions,
120
};
121
0 commit comments