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

Function MarkedForHandoff

internal/maintnotifications/logs/log_messages.go:565–570  ·  view source on GitHub ↗

Pool hook functions

(connID uint64)

Source from the content-addressed store, hash-verified

563
564// Pool hook functions
565func MarkedForHandoff(connID uint64) string {
566 message := fmt.Sprintf("conn[%d] %s", connID, MarkedForHandoffMessage)
567 return appendJSONIfDebug(message, map[string]interface{}{
568 "connID": connID,
569 })
570}
571
572// Circuit breaker additional functions
573func CircuitBreakerTransitioningToHalfOpen(endpoint string) string {

Callers 2

OnPutMethod · 0.92
handleMovingMethod · 0.92

Calls 1

appendJSONIfDebugFunction · 0.85

Tested by

no test coverage detected