MCPcopy
hub / github.com/redis/go-redis / NoRetry

Method NoRetry

command.go:234–234  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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

Callers 5

processMethod · 0.65
processMethod · 0.65
processMethod · 0.65
command_test.goFile · 0.65
cmdsContainNoRetryFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected