HFE - Fix statistic to count also lazy expired and rename INFO params (#13372)

* INFO command : rename `hashes_with_expiry_fields` to `subexpiry`
* INFO command : rename `expired_hash_fields` to `expired_subkeys`
* Fix statistic of `expired_subkeys` to count also lazy expired
* Remove TODOs comments leftover in TCL
* Fix potential flaky test of rdb load of hash-field-expiration
This commit is contained in:
Moti Cohen
2024-07-02 18:22:10 +03:00
committed by GitHub
parent 76d179c64f
commit a84cc20aef
6 changed files with 48 additions and 37 deletions
-1
View File
@@ -293,7 +293,6 @@ proc findKeyWithType {r type} {
proc createComplexDataset {r ops {opt {}}} {
set useexpire [expr {[lsearch -exact $opt useexpire] != -1}]
# TODO: Remove usehexpire on next commit, when RDB will support replication
set usehexpire [expr {[lsearch -exact $opt usehexpire] != -1}]
if {[lsearch -exact $opt usetag] != -1} {