kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Move TCL test unit/type/list to Go case

Open suica opened this issue 3 years ago • 2 comments

refer to #816

suica avatar Sep 12 '22 09:09 suica

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

tisonkun avatar Sep 19 '22 07:09 tisonkun

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

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

git-hulk avatar Sep 19 '22 09:09 git-hulk

Closed as inactive. Code conflict by the way. @suica you can resubmit the patch when it gets completed.

tisonkun avatar Oct 04 '22 02:10 tisonkun