dragonflydb/dragonfly

refactor DbSlice::ExpireParams

已關閉

#3,634 建立於 2024年9月3日

 (13 則留言) (0 個反應) (1 位負責人)C++ (1,177 個分叉)batch import
good first issue

倉庫指標

星標
 (30,465 顆星)
PR 合併指標
 (平均合併 2天 11小時) (30 天內合併 201 個 PR)

描述

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.

貢獻者指南