Jamm\Memory\RedisServer::LASTSAVE PHP Method

LASTSAVE() public method

Get the UNIX time stamp of the last successful save to disk Ping the server
public LASTSAVE ( )
    public function LASTSAVE()
    {
        return $this->_send(array('LASTSAVE'));
    }