Jamm\Memory\Tests\TestRedisServer::test_SLOWLOG PHP Method

test_SLOWLOG() public method

public test_SLOWLOG ( )
    public function test_SLOWLOG()
    {
        $this->assertEquals("slowlog subcommand argument", $this->redis->SLOWLOG("subcommand", "argument"));
    }
TestRedisServer