Trait MultiplexedPreparedCommand

Source
pub trait MultiplexedPreparedCommand<'a, R>
where R: FromValue,
{ // Required method fn forget(self) -> Result<()>; }

Required Methods§

Source

fn forget(self) -> Result<()>

Send command and forget its response

§Errors

Any Redis driver Error that occur during the send operation

Implementors§