pub trait ClientPreparedCommand<'a, R>where
    R: FromValue,
{ fn forget(self) -> Result<()>; }

Required Methods

Send command and forget its response

Errors

Any Redis driver Error that occur during the send operation

Implementors