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

UpdateInfo

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

Represents information about an updating cluster.

interface UpdateInfo {
targetNodeType?:
| "NODE_TYPE_UNSPECIFIED"
| "REDIS_SHARED_CORE_NANO"
| "REDIS_HIGHMEM_MEDIUM"
| "REDIS_HIGHMEM_XLARGE"
| "REDIS_STANDARD_SMALL";
targetReplicaCount?: number;
targetShardCount?: number;
}

§Properties

§
targetNodeType?: "NODE_TYPE_UNSPECIFIED" | "REDIS_SHARED_CORE_NANO" | "REDIS_HIGHMEM_MEDIUM" | "REDIS_HIGHMEM_XLARGE" | "REDIS_STANDARD_SMALL"
[src]

Target node type for redis cluster.

§
targetReplicaCount?: number
[src]

Target number of replica nodes per shard.

§
targetShardCount?: number
[src]

Target number of shards for redis cluster