mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(replication): Use a ring buffer with messages to serve replication. (#1835)
* feat(replication): Use a ring buffer with messages to serve replication. * Fix libraries dep graph * Address PR feedback * nits * add a comment * Lower the default log length
This commit is contained in:
parent
1e61ec8114
commit
db21b735f6
16 changed files with 127 additions and 65 deletions
|
@ -4,8 +4,11 @@
|
|||
|
||||
#include "server/journal/serializer.h"
|
||||
|
||||
#include <system_error>
|
||||
|
||||
#include "base/io_buf.h"
|
||||
#include "base/logging.h"
|
||||
#include "glog/logging.h"
|
||||
#include "io/io.h"
|
||||
#include "server/common.h"
|
||||
#include "server/error.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue