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 01901a2 commit 6596e57Copy full SHA for 6596e57
packages/client/lib/client/enterprise-maintenance-manager.ts
@@ -96,10 +96,11 @@ export default class EnterpriseMaintenanceManager extends EventEmitter {
96
port: number,
97
): Promise<void> => {
98
// 1 [EVENT] MOVING PN received
99
+ this.#onMigrating();
100
+
101
// 2 [ACTION] Pause writing
102
dbgMaintenance('Pausing writing of new commands to old socket');
103
this.emit(MAINTENANCE_EVENTS.PAUSE_WRITING);
- this.#onMigrating();
104
105
const newSocket = new RedisSocket({
106
...this.#options.socket,
0 commit comments