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

NodeInfo

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

Node specific properties.

interface NodeInfo {
readonly id?: string;
readonly zone?: string;
}

§Properties

§
readonly id?: string
[src]

Output only. Node identifying string. e.g. 'node-0', 'node-1'

§
readonly zone?: string
[src]

Output only. Location of the node.