Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -5642,6 +5642,7 @@ const char *replstateToString(int replstate) {
case REPLICA_STATE_BG_RDB_LOAD: return "bg_transfer";
case REPLICA_STATE_SEND_BULK: return "send_bulk";
case REPLICA_STATE_ONLINE: return "online";
case REPLICA_STATE_RDB_TRANSMITTED: return "rdb_transmitted";
default: return "";
}
}
Expand Down
Loading