We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c619c commit a3a599dCopy full SHA for a3a599d
1 file changed
packages/client/lib/client/index.ts
@@ -449,7 +449,7 @@ export default class RedisClient<
449
private _commandOptions?: CommandOptions<TYPE_MAPPING>;
450
// flag used to annotate that the client
451
// was in a watch transaction when
452
- // a topology change occured
+ // a topology change occurred
453
#dirtyWatch?: string;
454
#watchEpoch?: number;
455
#clientSideCache?: ClientSideCacheProvider;
0 commit comments