MCPcopy Create free account
hub / github.com/encoder-run/operator / RedisServiceURL

Function RedisServiceURL

pkg/common/common.go:14–16  ·  view source on GitHub ↗
(redisId string, namespace string)

Source from the content-addressed store, hash-verified

12}
13
14func RedisServiceURL(redisId string, namespace string) string {
15 return fmt.Sprintf("%s.%s.svc.cluster.local:6379", redisId, namespace)
16}

Callers 2

getRedisClientFunction · 0.92
getSearchClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected