mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(server): use listpack node encoding for list (#3914)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
c868b27bbe
commit
a1830e1b5e
7 changed files with 75 additions and 24 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue