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

ShardConfiguration

import type { ShardConfiguration } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.

interface ShardConfiguration {
ReplicaCount?: number | null;
Slots?: string | null;
}

§Properties

§
ReplicaCount?: number | null
[src]

The number of read replica nodes in this shard.

§
Slots?: string | null
[src]

A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.