Implement CLIENT LIST and CLIENT SETNAME.

This commit is contained in:
Roman Gershman 2022-05-10 06:35:37 +03:00
parent 9e0c705d16
commit 0c5e2a5ecd
13 changed files with 122 additions and 23 deletions

View file

@ -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;