XAUTOCLAIMScan and claim idle pending entries starting from a cursor.
| 構文 | XAUTOCLAIM key group consumer min-idle-time start [COUNT count] [JUSTID] |
| グループ | stream |
| 引数の数 | -6 |
| 導入バージョン | 1.0.0 |
| フラグ | write |
| 計算量 | O(log P + K + COUNT log N); the idle filter runs before the take, so a PEL of fresh entries is walked in full |
| Redis 互換性 | differs: the next-cursor is last-claimed+1 rather than 0-0 when the PEL scan completes, so a client looping until 0-0 needs one extra round trip |