Skip to content

Commit 8b08563

Browse files
committed
[CAE-342] Added comment
1 parent 9d08e16 commit 8b08563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/client/lib/client/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ export default class RedisClient<
299299
#monitorCallback?: MonitorCallback<TYPE_MAPPING>;
300300
private _self = this;
301301
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
302305
#dirtyWatch?: string;
303306
#epoch: number;
304307
#watchEpoch?: number;

0 commit comments

Comments
 (0)