• guybe7's avatar
    Set errno in case XADD with partial ID fails (#11424) · 737a0905
    guybe7 authored
    This is a rare failure mode of a new feature of redis 7 introduced in #9217
    (when the incremental part of the ID overflows).
    Till now, the outcome of that error was undetermined (could easily result in
    `Elements are too large to be stored` wrongly, due to unset `errno`).
    737a0905
t_stream.c 157 KB