Jamm\Memory\IRedisServer::PTTL PHP Method

PTTL() public method

Get the time to live for a key in milliseconds
public PTTL ( string $key ) : integer
$key string
return integer Time to live in milliseconds or -1 when key does not exist or does not have a timeout.
    public function PTTL($key);