Jamm\Memory\RedisServer::SCRIPT_KILL PHP Method

SCRIPT_KILL() public method

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'));
    }