dragonflydb/dragonfly

refactor DbSlice::ExpireParams

Geschlossen

#3.634 geöffnet am 03.09.2024

 (13 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (1.177 Forks)batch import
good first issue

Repository-Metriken

Stars
 (30.465 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 11h) (201 gemergte PRs in 30 T)

Beschreibung

we have several fields in DbSlice::ExpireParams: int64_t value = INT64_MIN; // undefined TimeUnit unit = TimeUnit::SEC; bool absolute = false;

All these fields can be exchanged with one int64_t ms_timestamp, that will be created in the constructor or method.

Contributor Guide