Files
Moti Cohen 9b63e99d05 Refactor HFE: Introduce Per-Slot Expiration Store (estore) (#14294)
Hash field expiration is managed with two levels of data structures.

1. At the DB level, an ebuckets structure maintains the set of all
hashes that contain fields with expiration.
2. At the per-hash level, an ebuckets structure tracks fields with
expiration.

This pull request refactors the 1st level to operate per slot instead,
and introduces a new API called estore (expiration store). Its design
aligns closely with the existing kvstore API, ensuring consistency and
simplifying usage. The terminology at that level has been updated from
“HFE” or “hexpire” to “subexpiry”, reflecting a broader scope that can
later support other data types.
2025-09-11 16:45:17 +03:00
..
2025-05-28 08:02:10 +03:00
2025-03-20 10:35:53 +08:00
2025-08-27 11:11:59 +08:00
2024-12-23 14:16:40 +08:00