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.

贡献者指南