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.