dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

refactor DbSlice::ExpireParams

Open BorysTheDev opened this issue 1 year ago • 1 comments

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.

BorysTheDev avatar Sep 03 '24 08:09 BorysTheDev

Hi, I'd like to work on this issue as my first contribution to DragonflyDB!

jolneetanky avatar Sep 26 '25 20:09 jolneetanky