Jamm\Memory\RedisServer::SLOWLOG PHP Method

SLOWLOG() public method

Manages the Redis slow queries log
public SLOWLOG ( string $subcommand, string $argument = '' ) : mixed
$subcommand string
$argument string
return mixed
    public function SLOWLOG($subcommand, $argument = '')
    {
        return $this->_send(array('SLOWLOG', $subcommand, $argument));
    }