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

test_sUnion() public method

public test_sUnion ( )
    public function test_sUnion()
    {
        $this->assertEquals('sunion key', $this->redis->sUnion('key'));
    }
TestRedisServer