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

Method ReportResult

options.go:44–44  ·  view source on GitHub ↗

ReportResult reports the result of the previously allowed operation. nil indicates a success, non-nil error usually indicates a failure.

(result error)

Source from the content-addressed store, hash-verified

42 // ReportResult reports the result of the previously allowed operation.
43 // nil indicates a success, non-nil error usually indicates a failure.
44 ReportResult(result error)
45}
46
47// Options keeps the settings to set up redis connection.

Callers 2

getConnMethod · 0.80
releaseConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected