From 493d8389bb9c7f71ef46b5be43e2b95d5d8d5875 Mon Sep 17 00:00:00 2001 From: KowalczykBartek Date: Fri, 13 Dec 2024 21:01:23 +0100 Subject: [PATCH] Add comment to readraw command Signed-off-by: KowalczykBartek --- tests/unit/introspection.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index 919e100926..35176a1932 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -334,6 +334,8 @@ start_server {tags {"introspection"}} { assert_equal "OK" [$rd1 read] assert_match {monitor*"set"*"foo"*"bar"*} [$rd1 read] + # Because we need to verify exact RESP3 response correctness, + # we need to instruct valkey client to return raw, unprased response. $rd1 readraw 1 ; $rd1 get foo