Skip to main content

HPERSIST

Remove the expiration from one or more hash fields.
1 min read

Arguments#

keystrrequired#

The key of the hash.

fieldsUnion[str, List[str]]required#

The field or list of fields within the hash to remove the expiry from.

Response#

List[int]required

A list of integers indicating the result for each field:

  • -2 if the field does not exist in the hash or if the key doesn't exist.
  • -1 if the field exists but has no associated expiration set.
  • 1 if the expiration was successfully removed.

For more details, see HPERSIST documentation.

Was this page helpful?