|
|
@ -229,7 +229,7 @@ class Block::Iter : public Iterator { |
|
|
|
return; |
|
|
|
} |
|
|
|
if (Compare(key_, target) >= 0) { |
|
|
|
// 重新解析record-陈予曈
|
|
|
|
// 解析value-陈予曈
|
|
|
|
std::string value_with_ttl(value_.data(), value_.size()); |
|
|
|
if (value_with_ttl.size() >= 19) { |
|
|
|
std::string expiration_time_str = value_with_ttl.substr(value_with_ttl.size() - 19); // 提取过期时间戳
|
|
|
|