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

EngineVersionInfo

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

Provides details of the Redis engine version

interface EngineVersionInfo {
EnginePatchVersion?: string | null;
EngineVersion?: string | null;
ParameterGroupFamily?: string | null;
}

§Properties

§
EnginePatchVersion?: string | null
[src]

The patched engine version

§
EngineVersion?: string | null
[src]

The engine version

§
ParameterGroupFamily?: string | null
[src]

Specifies the name of the parameter group family to which the engine default parameters apply.