Skip to content

Commit f6e8b64

Browse files
authored
intellisense clarification for StreamTrimResult.NotDeleted (#2933)
1 parent 0f4f469 commit f6e8b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/StackExchange.Redis/Enums/StreamTrimResult.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public enum StreamTrimResult
1616
Deleted = 1,
1717

1818
/// <summary>
19-
/// Entry was not deleted, but there are still dangling references.
19+
/// 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).
2021
/// </summary>
2122
/// <remarks>This response relates to the <see cref="StreamTrimMode.Acknowledged"/> mode.</remarks>
2223
NotDeleted = 2,

0 commit comments

Comments
 (0)