pub trait ClientPreparedCommand<'a, R>where R: FromValue,{ // Required method fn forget(self) -> Result<()>; }
Send command and forget its response
Any Redis driver Error that occur during the send operation
Error