array set ::redis::state {};# State in non-blocking reply reading
array set ::redis::state {};# State in non-blocking reply reading
array set ::redis::statestack {};# Stack of states, for nested mbulks
array set ::redis::statestack {};# Stack of states, for nested mbulks
array set ::redis::curr_argv {};# Remember the current argv, to be used in response_transformers.tcl
array set ::redis::testing_resp3 {};# Indicating if the current client is using RESP3 (only if the test is trying to test RESP3 specific behavior. It won't be on in case of force_resp3)