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

Function FailedToQueueHandoff

internal/maintnotifications/logs/log_messages.go:194–200  ·  view source on GitHub ↗
(connID uint64, err error)

Source from the content-addressed store, hash-verified

192}
193
194func FailedToQueueHandoff(connID uint64, err error) string {
195 message := fmt.Sprintf("conn[%d] %s: %v", connID, FailedToQueueHandoffMessage, err)
196 return appendJSONIfDebug(message, map[string]interface{}{
197 "connID": connID,
198 "error": err.Error(),
199 })
200}
201
202func FailedToMarkForHandoff(connID uint64, err error) string {
203 message := fmt.Sprintf("conn[%d] %s: %v", connID, FailedToMarkForHandoffMessage, err)

Callers 2

OnPutMethod · 0.92
handleMovingMethod · 0.92

Calls 2

appendJSONIfDebugFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected