AntiTopQuark opened a new pull request, #2227:
URL: https://github.com/apache/kvrocks/pull/2227

   Close #1946 
   
   Command Desc:
   1. Adds support for the Dump command, which can be used as dump key.
   2. Currently, the supported data types include: String, Hash, List, Set, 
ZSet. Redis also supports Stream and Module types; however, due to significant 
differences between kvrocks and Redis, Stream and Module types are not 
supported at this time.
   3. Since kvrocks does not support encoding methods such as listpack and lzf, 
most types calculate the dump payload string using the RAW method.
   
   Redis Documentation: 
[https://redis.io/commands/dump/](https://redis.io/commands/dump/)
   
   
   
   


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