Struct Command
actix_redis
pub struct Command(pub RespValue);
Command for send data to Redis
impl Debug for Command
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Message for Command
type Result = Result<RespValue, Error>
The type of value that this message will resolved with if it is successful.