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

Properties

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