mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
Implement CLIENT LIST and CLIENT SETNAME.
This commit is contained in:
parent
9e0c705d16
commit
0c5e2a5ecd
13 changed files with 122 additions and 23 deletions
|
@ -62,7 +62,7 @@ void BaseFamilyTest::SetUp() {
|
|||
|
||||
Service::InitOpts opts;
|
||||
opts.disable_time_update = true;
|
||||
service_->Init(nullptr, opts);
|
||||
service_->Init(nullptr, nullptr, opts);
|
||||
ess_ = &service_->shard_set();
|
||||
|
||||
expire_now_ = absl::GetCurrentTimeNanos() / 1000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue