Sha256: 08aa32c9bb45027b3706eeb9e1e27d3edaa21001d6bb0e38d03ec2adaaadd2e4

Contents?: true

Size: 156 Bytes

Versions: 7

Compression:

Stored size: 156 Bytes

Contents

<?php

namespace Predis\Commands;

class ZSetIntersectionStore extends ZSetUnionStore {
    public function getId() {
        return 'ZINTERSTORE';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.25.0 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.24.0 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.23.5 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.23.4 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.23.3 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php
appstats-0.23.2 doc/benchmarks/Predis/Commands/ZSetIntersectionStore.php