"tests/modules/hooks.c" did not exist on "bc1ef48e5667d945d920ca8da7dd7f799148991d"
  • Valentino Geron's avatar
    Fix XAUTOCLAIM response to return the next available id as the cursor (#8725) · 44d8b039
    Valentino Geron authored
    This command used to return the last scanned entry id as the cursor,
    instead of the next one to be scanned.
    so in the next call, the user could / should have sent `(cursor` and not
    just `cursor` if he wanted to avoid scanning the same record twice.
    
    Scanning the record twice would look odd if someone is checking what
    exactly was scanned, but it also has a side effect of incrementing the
    delivery count twice.
    44d8b039
t_stream.c 141 KB