git-hulk commented on PR #1798:
URL: https://github.com/apache/kvrocks/pull/1798#issuecomment-1752414447

   Hi @xq2010 Thanks for your excellent contribution first!
   
   About how to load the RDB file, I'm wondering if it's better to export a 
command to do this. For example, we can support a new command like `load_rdb` 
which allows loading RDB file from local.
   
   ```shell
   $ redis-cli 6666> load_rdb /path/to/your/rdb_file
   ```
   
   So that we don't need to introduce a new tool. How do you feel about this? 
cc @apache/kvrocks-committers 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to