redis/tests/unit/type
nesty92 8468ded667
Fix incorrect lag due to trimming stream via XTRIM or XADD command (#13958)
This PR fix the lag calculation by ensuring that when consumer group's last_id
is behind the first entry, the consumer group's entries read is considered
invalid and recalculated from the start of the stream

Supplement to PR #13473 

Close #13957

Signed-off-by: Ernesto Alejandro Santana Hidalgo <ernesto.alejandrosantana@gmail.com>
2025-04-22 10:11:10 +08:00
..
hash-field-expire.tcl Fix timing issue in HEXPIREAT test (#13873) 2025-03-26 10:00:38 +08:00
hash.tcl Add HGETDEL, HGETEX and HSETEX hash commands (#13798) 2025-02-14 17:13:35 +03:00
incr.tcl Add INCR type command against wrong argument test cases. (#12836) 2024-01-23 15:39:38 +02:00
list-2.tcl dynamically list test files (#13220) 2024-05-30 19:09:26 +08:00
list-3.tcl Fix quicklist node not being recompressed correctly after inserting a new node before or after it (#10120) 2022-01-16 08:54:40 +02:00
list.tcl Async IO Threads (#13695) 2024-12-23 14:16:40 +08:00
set.tcl Reduce performance impact of dict rehashing and make it shorter. (#12899) 2024-01-27 11:11:53 +02:00
stream-cgroups.tcl Fix incorrect lag due to trimming stream via XTRIM or XADD command (#13958) 2025-04-22 10:11:10 +08:00
stream.tcl Fix wrong behavior of XREAD + after last entry of stream have been removed (#13632) 2025-02-25 13:40:24 +08:00
string.tcl Revert "Improve GETRANGE command behavior (#12272)" 2025-02-05 20:49:42 +02:00
zset.tcl Fix string2d usage in case of hexadecimal strings parsing and overflow (#13845) 2025-03-19 20:08:45 +08:00