Struct ntex_redis::cmd::commands::SubscribeOutputCommand
source · pub struct SubscribeOutputCommand(_);
Trait Implementations§
source§impl Command for SubscribeOutputCommand
impl Command for SubscribeOutputCommand
§type Output = SubscribeItem
type Output = SubscribeItem
Command output type
source§fn to_request(self) -> Request
fn to_request(self) -> Request
Convert command to a redis request