enjoy-binbin commented on code in PR #1354:
URL: 
https://github.com/apache/incubator-kvrocks/pull/1354#discussion_r1148250945


##########
tests/gocase/unit/introspection/introspection_test.go:
##########
@@ -45,6 +45,11 @@ func TestIntrospection(t *testing.T) {
                require.Regexp(t, "id=.* addr=.*:.* fd=.* name=.* age=.* 
idle=.* flags=N namespace=.* qbuf=.* .*obuf=.* cmd=client.*", v)
        })
 
+       t.Run("CLIENT INFO", func(t *testing.T) {
+               v := rdb.Do(ctx, "CLIENT", "INFO").Val()

Review Comment:
   note go-redis does not support CLIENT INFO yet (a pending PR, should be 
supported soon)
   so here i am using Do



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to