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

Function ConfigDebug

internal/maintnotifications/logs/log_messages.go:507–512  ·  view source on GitHub ↗
(config interface{})

Source from the content-addressed store, hash-verified

505}
506
507func ConfigDebug(config interface{}) string {
508 message := fmt.Sprintf("%s: %+v", ConfigDebugMessage, config)
509 return appendJSONIfDebug(message, map[string]interface{}{
510 "config": fmt.Sprintf("%+v", config),
511 })
512}
513
514// Handoff worker functions
515func WorkerExitingDueToShutdown() string {

Callers 1

Calls 1

appendJSONIfDebugFunction · 0.85

Tested by

no test coverage detected