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