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

Membership

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

An output only view of all the member clusters participating in the cross cluster replication.

interface Membership {
readonly primaryCluster?: RemoteCluster;
readonly secondaryClusters?: RemoteCluster[];
}

§Properties

§
readonly primaryCluster?: RemoteCluster
[src]

Output only. The primary cluster that acts as the source of replication for the secondary clusters.

§
readonly secondaryClusters?: RemoteCluster[]
[src]

Output only. The list of secondary clusters replicating from the primary cluster.