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.