mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(server): support cluster replication (#2748)
* feat(server): support cluster replication Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
3abee8a361
commit
2ad7439128
20 changed files with 626 additions and 138 deletions
|
@ -160,6 +160,10 @@ enum class GlobalState : uint8_t {
|
|||
TAKEN_OVER,
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const GlobalState& state);
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, ArgSlice list);
|
||||
|
||||
enum class TimeUnit : uint8_t { SEC, MSEC };
|
||||
|
||||
inline void ToUpper(const MutableSlice* val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue