pub fn call_reply_set_element(
reply: *mut RedisModuleCallReply,
idx: usize,
) -> *mut RedisModuleCallReplyExpand description
§Panics
Panics if the Redis server doesn’t support replying with bool (since RESP3).
pub fn call_reply_set_element(
reply: *mut RedisModuleCallReply,
idx: usize,
) -> *mut RedisModuleCallReplyPanics if the Redis server doesn’t support replying with bool (since RESP3).