Move TCL test unit/type/list to Go case
refer to #816
@ShooterIT @git-hulk I'm unfamiliar how redis_deferring_client works. Could you give some background here?
@suica for raw client, in #888 I write a WriteArgs method for easily writing normal commands.
@ShooterIT @git-hulk I'm unfamiliar how
redis_deferring_clientworks. Could you give some background here?@suica for raw client, in #888 I write a
WriteArgsmethod for easily writing normal commands.
redis_deferring_client will NOT read the response after sending commands, so we can send many commands then reading them together. Can see https://github.com/apache/incubator-kvrocks/blob/fca9e6962be5e85ad659545d94b5dafa4aec1325/tests/tcl/tests/support/redis.tcl#L140
Closed as inactive. Code conflict by the way. @suica you can resubmit the patch when it gets completed.