Files
redis/tests/unit
guybe7 7cd6a64d2f lpGetInteger returns int64_t, avoid overflow (#10068)
Fix #9410

Crucial for the ms and sequence deltas, but I changed all
calls, just in case (e.g. "flags")

Before this commit:
`ms_delta` and `seq_delta` could have overflown, causing `currid` to be wrong,
which in turn would cause `streamTrim` to trim the entire rax node (see new test)
2022-01-07 15:31:05 +02:00
..
2022-01-02 16:54:47 -08:00
2022-01-06 13:39:38 +02:00
2022-01-05 10:16:04 +02:00
2010-10-15 12:54:53 +02:00
2021-08-09 09:40:29 +03:00