We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d08e16 commit 8b08563Copy full SHA for 8b08563
packages/client/lib/client/index.ts
@@ -299,6 +299,9 @@ export default class RedisClient<
299
#monitorCallback?: MonitorCallback<TYPE_MAPPING>;
300
private _self = this;
301
private _commandOptions?: CommandOptions<TYPE_MAPPING>;
302
+ // flag used to annotate that the client
303
+ // was in a watch transaction when
304
+ // a topology change occured
305
#dirtyWatch?: string;
306
#epoch: number;
307
#watchEpoch?: number;
0 commit comments