Jamm\Memory\RedisServer::MONITOR PHP Method

MONITOR() public method

Listen for all requests received by the server in real time
public MONITOR ( )
    public function MONITOR()
    {
        return $this->_send(array('MONITOR'));
    }