Interface SetValueOptions

interface SetValueOptions {
    ttl?: number;
}

Properties

Properties

ttl?: number

Optional time to live in seconds for the value, after which it is deleted.

Generated using TypeDoc