feat(server): use listpack node encoding for list (#3914)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2024-10-15 13:55:26 +03:00 committed by GitHub
parent c868b27bbe
commit a1830e1b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 75 additions and 24 deletions

View file

@ -860,6 +860,7 @@ void ServerFamily::Init(util::AcceptServer* acceptor, std::vector<facade::Listen
config_registry.RegisterMutable("tls_ca_cert_dir");
config_registry.RegisterMutable("replica_priority");
config_registry.RegisterMutable("lua_undeclared_keys_shas");
config_registry.RegisterMutable("list_rdb_encode_v2");
pb_task_ = shard_set->pool()->GetNextProactor();
if (pb_task_->GetKind() == ProactorBase::EPOLL) {