Jamm\Memory\RedisServer::TIME PHP Method

TIME() public method

Returns the current server time as a two items lists: a Unix timestamp and the amount of microseconds already elapsed in the current second
public TIME ( ) : array
return array
    public function TIME()
    {
        return $this->_send(array('TIME'));
    }