Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
func
RedisServiceURL(redisId string, namespace string) string {
15
return
fmt.Sprintf(
"%s.%s.svc.cluster.local:6379"
, redisId, namespace)
16
}
Callers
2
getRedisClient
Function · 0.92
getSearchClient
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected