aboutsummaryrefslogtreecommitdiff
path: root/src/resp_commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp_commands.rs')
-rw-r--r--src/resp_commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp_commands.rs b/src/resp_commands.rs
index 04d304c..3c18b07 100644
--- a/src/resp_commands.rs
+++ b/src/resp_commands.rs
@@ -266,6 +266,7 @@ impl RedisCommands {
"FULLRESYNC {} 0",
server.master_replid.unwrap_or("".to_string()),
);
+
resp_bytes!(response)
}
RC::Invalid => todo!(),