dragonflydb/dragonfly

refactor DbSlice::ExpireParams

Fermée

#3 634 ouverte le 3 sept. 2024

 (13 commentaires) (0 réaction) (1 personne assignée)C++ (1 177 forks)batch import
good first issue

Métriques du dépôt

Stars
 (30 465 étoiles)
Métriques de merge PR
 (Merge moyen 2j 11h) (201 PRs mergées en 30 j)

Description

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.

Guide contributeur