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 0f4f469 commit f6e8b64Copy full SHA for f6e8b64
src/StackExchange.Redis/Enums/StreamTrimResult.cs
@@ -16,7 +16,8 @@ public enum StreamTrimResult
16
Deleted = 1,
17
18
/// <summary>
19
- /// Entry was not deleted, but there are still dangling references.
+ /// Entry was not deleted because it has either not been delivered to any consumer, or
20
+ /// still has references in the consumer groups' Pending Entries List (PEL).
21
/// </summary>
22
/// <remarks>This response relates to the <see cref="StreamTrimMode.Acknowledged"/> mode.</remarks>
23
NotDeleted = 2,
0 commit comments