pub fn log<T: AsRef<str>>(level: ValkeyLogLevel, message: T)Expand description
Log a message to the Valkey log with the given log level, without requiring a context. This prevents Valkey from including the module name in the logged message.
pub fn log<T: AsRef<str>>(level: ValkeyLogLevel, message: T)Log a message to the Valkey log with the given log level, without requiring a context. This prevents Valkey from including the module name in the logged message.