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

AOFConfig

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

Configuration of the AOF based persistence.

interface AOFConfig {
appendFsync?:
| "APPEND_FSYNC_UNSPECIFIED"
| "NO"
| "EVERYSEC"
| "ALWAYS";
}

§Properties

§
appendFsync?: "APPEND_FSYNC_UNSPECIFIED" | "NO" | "EVERYSEC" | "ALWAYS"
[src]

Optional. fsync configuration.