diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-07-23 04:06:13 +0300 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-07-23 04:06:13 +0300 |
| commit | 1f2f3a241c59f467df5bf16fbde872f5083a174f (patch) | |
| tree | 37af0cc34a97e3efd350b1ee1b872e621e25dca9 /src/resp_commands.rs | |
| parent | 8717ae6ab2335cf1a5d34283f272ad728da88667 (diff) | |
| download | redis-rust-1f2f3a241c59f467df5bf16fbde872f5083a174f.tar.xz redis-rust-1f2f3a241c59f467df5bf16fbde872f5083a174f.zip | |
feat: Added syncing with empty RDB file
Diffstat (limited to 'src/resp_commands.rs')
| -rw-r--r-- | src/resp_commands.rs | 1 |
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!(), |
