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

test_RANDOMKEY() public method

public test_RANDOMKEY ( )
    public function test_RANDOMKEY()
    {
        $this->assertEquals("randomkey", $this->redis->RANDOMKEY());
    }
TestRedisServer