Set the specified expire time, in milliseconds. Equivalent
to PX in the VALKEY API.
Set the specified expire time, in seconds. Equivalent to
EX in the VALKEY API.
Set the specified Unix time at which the key will expire,
in milliseconds. Equivalent to PXAT in the VALKEY API.
Set the specified Unix time at which the key will expire,
in seconds. Equivalent to EXAT in the VALKEY API.
Time unit representation which is used in optional arguments for getex and set command.