interface HSetOptions {
    ex?: number;
    nx?: boolean;
}

Properties

Properties

ex?: number
nx?: boolean