RemoteCluster
import type { RemoteCluster } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Details of the remote cluster associated with this cluster in a cross cluster replication setup.
interface RemoteCluster {
readonly cluster?: string;
readonly uid?: string;
}