RedisShake icon indicating copy to clipboard operation
RedisShake copied to clipboard

WIP: Add TypeHashListpack TypeZSetListpack

Open jun1015 opened this issue 2 years ago • 3 comments

related issue: #445

add two RDB object value type in redis 7.0:

  • RDB_TYPE_HASH_LISTPACK
  • RDB_TYPE_ZSET_LISTPACK

support bigdata for zset_listpack/hash_listpack

add function type in redis 7.0:

  • RDB_OPCODE_FUNCTION2

todo:

  • [ ] add function type RDB_OPCODE_FUNCTION

jun1015 avatar Jul 12 '22 09:07 jun1015

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 12 '22 09:07 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 12 '22 09:07 CLAassistant

@jun1015 PLZ add tests for redis 7.0

chenyang8094 avatar Jul 13 '22 01:07 chenyang8094