Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DiscoveryEndpoint

import type { DiscoveryEndpoint } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Endpoints on each network, for Redis clients to connect to the cluster.

interface DiscoveryEndpoint {
readonly address?: string;
readonly port?: number;
readonly pscConfig?: PscConfig;
}

§Properties

§
readonly address?: string
[src]

Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.

§
readonly port?: number
[src]

Output only. The port number of the exposed Redis endpoint.

§
readonly pscConfig?: PscConfig
[src]

Output only. Customer configuration for where the endpoint is created and accessed from.