NoRetry returns true if the command should not be retried on failure. Commands that write directly to an io.Writer should return true since partial writes cannot be undone on retry.
()
| 232 | // Commands that write directly to an io.Writer should return true since |
| 233 | // partial writes cannot be undone on retry. |
| 234 | NoRetry() bool |
| 235 | |
| 236 | // GetCmdType returns the command type for fast value extraction |
| 237 | GetCmdType() CmdType |
no outgoing calls
no test coverage detected