pub fn log_io_error(io: *mut RedisModuleIO, level: RedisLogLevel, message: &str)
Expand description
This function should be used when a callback is returning a critical error to the caller since cannot load or save the data for some critical reason.
pub fn log_io_error(io: *mut RedisModuleIO, level: RedisLogLevel, message: &str)
This function should be used when a callback is returning a critical error to the caller since cannot load or save the data for some critical reason.