You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Current package versions:
8
8
9
9
## Unreleased
10
10
11
+
- Support `XREADGROUP CLAIM` ([#2972 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2972))
11
12
- Support `MSETEX` (Redis 8.4.0) for multi-key operations with expiration ([#2977 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2977))
/// <param name="position">The position from which to read the stream. Defaults to <see cref="StreamPosition.NewMessages"/> when <see langword="null"/>.</param>
2983
+
/// <param name="count">The maximum number of messages to return.</param>
2984
+
/// <param name="noAck">When true, the message will not be added to the pending message list.</param>
2985
+
/// <param name="claimMinIdleTime">Auto-claim messages that have been idle for at least this long.</param>
2986
+
/// <param name="flags">The flags to use for this operation.</param>
2987
+
/// <returns>Returns a value of <see cref="StreamEntry"/> for each message returned.</returns>
0 commit comments