mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-13 03:15:44 +02:00
Implement PEXPIREAT and tune expire dictionary
This commit is contained in:
parent
81ffb189ef
commit
cceb0d90ca
16 changed files with 166 additions and 44 deletions
|
@ -69,6 +69,7 @@ class BaseFamilyTest : public ::testing::Test {
|
|||
|
||||
// ts is ms
|
||||
void UpdateTime(uint64_t ms);
|
||||
|
||||
std::string GetId() const;
|
||||
|
||||
std::unique_ptr<util::ProactorPool> pp_;
|
||||
|
@ -79,6 +80,7 @@ class BaseFamilyTest : public ::testing::Test {
|
|||
absl::flat_hash_map<std::string, std::unique_ptr<TestConnWrapper>> connections_;
|
||||
::boost::fibers::mutex mu_;
|
||||
ConnectionContext::DebugInfo last_cmd_dbg_info_;
|
||||
uint64_t expire_now_;
|
||||
};
|
||||
|
||||
} // namespace dfly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue