The GitHub Actions job "CI" on kvrocks.git has succeeded. Run started by GitHub user git-hulk (triggered by git-hulk).
Head commit for run: d5ad497301aa0584af1fdc351593d3ee37e6472e / hulk <hulk.webs...@gmail.com> Add the support of the restore command (#1684) This PR will close #1648 which supports the restore command for making Redis migration tools happy. To achieve this feature, we need to implement all encoding types now supported by Redis from 2.x to 7.x which includes: - All kinds of data objects like String/List/Set/Hash/Sorted Set - Binary encoding types: ZipMap/ZipList/IntSet/ListPack For test cases, I have dumped value for Redis according to encoding types and confirmed it works well with the RedisShake migration tool. Another thing to be noticed, we haven't supported the stream and module type yet, because our stream type is partially implemented, so we can go back to support it after all commands are supported. Co-authored-by: Twice <tw...@apache.org> Co-authored-by: Twice <twice.m...@gmail.com> Report URL: https://github.com/apache/kvrocks/actions/runs/5995220812 With regards, GitHub Actions via GitBox