ContributorsLast modified on: Mar 24, 2016
farhan687

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

@return

@integer-reply, specifically:

  • 1 if the timeout was set.
  • 0 if key does not exist or the timeout could not be set.

@examples

SET mykey "Hello"
PEXPIRE mykey 1500
TTL mykey
PTTL mykey