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

Properties

Properties

entity?: string
ex?: number
nx?: boolean