Interface ObliterateOpts

interface ObliterateOpts {
    count?: number;
    force?: boolean;
}

Properties

Properties

count?: number

Use count with the maximum number of deleted keys per iteration

Default Value

1000
force?: boolean

Use force = true to force obliteration even with active jobs in the queue

Default Value

false

Generated using TypeDoc