call_reply_verbatim_string

Function call_reply_verbatim_string 

Source
pub fn call_reply_verbatim_string(
    reply: *mut RedisModuleCallReply,
) -> Option<(String, Vec<u8>)>
Expand description

§Panics

Panics if the Valkey server doesn’t support replying with bool (since RESP3).