All Implemented Interfaces:
Resp3Command

public class PEXPIRE extends EXPIRE
`PEXPIRE key milliseconds [NX | XX | GT | LT]` command.

This command works exactly like EXPIRE but the time to live of the key is specified in milliseconds instead of seconds.

Since:
15.0
See Also:
  • Constructor Details

    • PEXPIRE

      public PEXPIRE()