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

Function UnrelaxedTimeout

internal/maintnotifications/logs/log_messages.go:171–176  ·  view source on GitHub ↗
(connID uint64)

Source from the content-addressed store, hash-verified

169}
170
171func UnrelaxedTimeout(connID uint64) string {
172 message := fmt.Sprintf("conn[%d] %s", connID, UnrelaxedTimeoutMessage)
173 return appendJSONIfDebug(message, map[string]interface{}{
174 "connID": connID,
175 })
176}
177
178func UnrelaxedTimeoutAfterDeadline(connID uint64) string {
179 message := fmt.Sprintf("conn[%d] %s", connID, UnrelaxedTimeoutAfterDeadlineMessage)

Callers 3

handleMigratedMethod · 0.92
handleFailedOverMethod · 0.92
handleSMigratedMethod · 0.92

Calls 1

appendJSONIfDebugFunction · 0.85

Tested by

no test coverage detected