MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / clusterClient

Struct clusterClient

pkg/sessions/redis/client.go:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52var _ Client = (*clusterClient)(nil)
53
54type clusterClient struct {
55 *redis.ClusterClient
56}
57
58func newClusterClient(c *redis.ClusterClient) Client {
59 return &clusterClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected