Skip to content

Commit 3829e36

Browse files
authored
chore: move rdb save related logic into auxillary file (#1769)
1. No logic was changed during refactoring. 2. Flipped the flag to run regression tests for now own with zset_tree=on Signed-off-by: Roman Gershman <[email protected]>
1 parent 63eb219 commit 3829e36

File tree

5 files changed

+657
-541
lines changed

5 files changed

+657
-541
lines changed

src/server/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ add_library(dragonfly_lib channel_store.cc command_registry.cc
2121
list_family.cc main_service.cc memory_cmd.cc rdb_load.cc rdb_save.cc replica.cc
2222
protocol_client.cc
2323
snapshot.cc script_mgr.cc server_family.cc malloc_stats.cc
24+
detail/save_stages_controller.cc
2425
set_family.cc stream_family.cc string_family.cc
2526
zset_family.cc version.cc bitops_family.cc container_utils.cc io_utils.cc
2627
serializer_commons.cc journal/serializer.cc journal/executor.cc journal/streamer.cc

0 commit comments

Comments
 (0)