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

test_MONITOR() public method

public test_MONITOR ( )
    public function test_MONITOR()
    {
        $this->assertEquals("monitor", $this->redis->MONITOR());
    }
TestRedisServer