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
/// <param name="consumerName">The consumer name for the pending messages. Pass RedisValue.Null to include pending messages for all consumers.</param>
2659
2659
/// <param name="minId">The minimum ID from which to read the stream of pending messages. The method will default to reading from the beginning of the stream.</param>
2660
2660
/// <param name="maxId">The maximum ID to read to within the stream of pending messages. The method will default to reading to the end of the stream.</param>
2661
+
/// <param name="minIdleTimeInMs">The minimum idle time threshold for pending messages to be claimed.</param>
2661
2662
/// <param name="flags">The flags to use for this operation.</param>
2662
2663
/// <returns>An instance of <see cref="StreamPendingMessageInfo"/> for each pending message.</returns>
2663
2664
/// <remarks>Equivalent of calling XPENDING key group start-id end-id count consumer-name.</remarks>
0 commit comments