Skip to content

Commit

Permalink
Add comment to readraw command
Browse files Browse the repository at this point in the history
Signed-off-by: KowalczykBartek <[email protected]>
  • Loading branch information
KowalczykBartek committed Dec 13, 2024
1 parent 15b2834 commit 493d838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/introspection.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 493d838

Please sign in to comment.