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.

impl Message for Command
[src]

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