Skip to main content

HEXPIRETIME

Retrieves the expiration time of field(s) in a hash in seconds.
1 min read

Arguments#

keystringrequired#

The key of the hash.

fieldsstring | number | (string | number)[]required#

The field(s) to retrieve the expiration time for.

Response#

number[]required

The expiration time in seconds since the Unix epoch 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.

For more details, see HEXPIRETIME documentation.

Was this page helpful?