Jamm\Memory\RedisServer::SCRIPT_FLUSH PHP Method

SCRIPT_FLUSH() public method

Remove all the scripts from the script cache.
public SCRIPT_FLUSH ( )
    public function SCRIPT_FLUSH()
    {
        return $this->_send(array('SCRIPT', 'FLUSH'));
    }