Skip to content

Commit

Permalink
Update src/Redis.OM/Searching/SearchResponse.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 authored Nov 27, 2023
1 parent 00342ba commit f7da04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Redis.OM/Searching/SearchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public SearchResponse(RedisReply val)
}
else
{
DocumentsSkippedCount++;
DocumentsSkippedCount++; // needed when a key expired while it was being enumerated by Redis.
}
}
}
Expand Down

0 comments on commit f7da04d

Please sign in to comment.