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

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

Manages the Redis slow queries log
public SLOWLOG ( string $subcommand, string $argument = '' ) : mixed
$subcommand string
$argument string
Результат mixed
    public function SLOWLOG($subcommand, $argument = '')
    {
        return $this->_send(array('SLOWLOG', $subcommand, $argument));
    }