Skip to content

Commit

Permalink
chore: move rdb save related logic into auxillary file
Browse files Browse the repository at this point in the history
No logic was changed during refactoring.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
  • Loading branch information
romange committed Aug 30, 2023
1 parent 7c43cbf commit 1b6b98f
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 540 deletions.
1 change: 1 addition & 0 deletions src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ add_library(dragonfly_lib channel_store.cc command_registry.cc
list_family.cc main_service.cc memory_cmd.cc rdb_load.cc rdb_save.cc replica.cc
protocol_client.cc
snapshot.cc script_mgr.cc server_family.cc malloc_stats.cc
detail/save_stages_controller.cc
set_family.cc stream_family.cc string_family.cc
zset_family.cc version.cc bitops_family.cc container_utils.cc io_utils.cc
serializer_commons.cc journal/serializer.cc journal/executor.cc journal/streamer.cc
Expand Down
Loading

0 comments on commit 1b6b98f

Please sign in to comment.