Variable HASH_EXPIRATION_TIMEConst

HASH_EXPIRATION_TIME: {
    FIELD_NOT_EXISTS: -2;
    NO_EXPIRATION: -1;
} = ...

Type declaration

  • Readonly FIELD_NOT_EXISTS: -2

    The field does not exist

  • Readonly NO_EXPIRATION: -1

    The field exists but has no associated expire

Generated using TypeDoc