interface SetOptions

Options for set operations.

Properties

optional
ttl: number

Time-to-live in milliseconds. When omitted the entry does not expire.

Usage

import { type SetOptions } from ".";