Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: #2046
在这个
PR
中,我们放开了之前注释掉的basic
,scan
,expire
,multi
,quit
,list
,pubsub
,slowlog
,protocol
,maxmemory
,bitops
,hyperloglog
的 TCL 测试,将Redis
的TCL
单测在Pika
上几乎全部进行了覆盖,至于剩下的一部分单测类型没有解掉注释的原因在于这些类型中部分命令Pika
暂不支持,例如Rename
,Debug
,Move
,Save
,Sort
,Eval
,Dump
,Command
等命令In this PR, We let go of the previous comments on basic, scan, expire, multi, quit, list, pubsub, slowlog, protocol, maxmemory, bitops, The TCL test of hyperloglog covers almost all the TCL single test of Redis on Pika. As for the remaining part of the single test types, the reason why the comments are not removed is that some commands of these types are not supported by Pika. For example, Rename, Debug, Move, Save, Sort, Eval, Dump, command, and so on