Interface Options<T>

interface Options<T extends KV.Set.Meta> {
    metadata?: T;
    ttl?: number;
}

Type Parameters

Properties

Properties

metadata?: T

Extra metadata to store along the key.

ttl?: number

The time-to-live of the key.