Jamm\Memory\RedisServer::SCRIPT_KILL PHP Метод

SCRIPT_KILL() публичный Метод

Kills the currently executing Lua script, assuming no write operation was yet performed by the script.
public SCRIPT_KILL ( )
    public function SCRIPT_KILL()
    {
        return $this->_send(array('SCRIPT', 'KILL'));
    }