XAUTOCLAIMScan and claim idle pending entries starting from a cursor.
| Syntax | XAUTOCLAIM key group consumer min-idle-time start [COUNT count] [JUSTID] |
| Group | stream |
| Arity | -6 |
| Since | 1.0.0 |
| Flags | write |
| Complexity | 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 compatibility | 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 |