git-hulk opened a new pull request, #1684:
URL: https://github.com/apache/kvrocks/pull/1684

   It only supports the string type dump value, but the basic flow like 
checksum verify is ready. What we have done for now:
   
    - Port the crc64 and lzf algorithm from the Redis
    - Implement the restore command but only supports the string type
    - Add the support of verifying payload checksum
    - Add the support of parsing string type payload
   
   Next:
   
   - [ ] Add the support of the list type
   - [ ] Add the support of the set type
   - [ ] Add the support of the hash type
   - [ ] Add the support of the zset type
   - [ ] Add the support of the stream type


-- 
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