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