Function valkey_module::logging::log_io_error
source ยท pub fn log_io_error(
io: *mut RedisModuleIO,
level: ValkeyLogLevel,
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.