Skip to content

Commit

Permalink
chore: Streamer is rewritten with async interface
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
  • Loading branch information
romange committed May 31, 2024
1 parent 0394387 commit f59b943
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 225 deletions.
2 changes: 1 addition & 1 deletion src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ add_library(dragonfly_lib bloom_family.cc engine_shard_set.cc channel_store.cc
detail/save_stages_controller.cc
detail/snapshot_storage.cc
set_family.cc stream_family.cc string_family.cc
zset_family.cc version.cc bitops_family.cc container_utils.cc io_utils.cc
zset_family.cc version.cc bitops_family.cc container_utils.cc
top_keys.cc multi_command_squasher.cc hll_family.cc cluster/cluster_config.cc
cluster/cluster_family.cc cluster/incoming_slot_migration.cc
cluster/outgoing_slot_migration.cc cluster/cluster_defs.cc
Expand Down
94 changes: 0 additions & 94 deletions src/server/io_utils.cc

This file was deleted.

78 changes: 0 additions & 78 deletions src/server/io_utils.h

This file was deleted.

Loading

0 comments on commit f59b943

Please sign in to comment.