Struct actix_redis::Command [] [src]

pub struct Command(pub RespValue);

Command for send data to Redis

Trait Implementations

impl Debug for Command
[src]

[src]

Formats the value using the given formatter. Read more

impl Message for Command
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Handler<Command> for RedisActor
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Command

impl Sync for Command