Sha256: bc69001ba13f00a5528ab9fec379431281058e8548c16d2972f33d11d20bf470

Contents?: true

Size: 132 Bytes

Versions: 7

Compression:

Stored size: 132 Bytes

Contents

<?php

namespace Predis\Commands;

class ZSetCount extends Command {
    public function getId() {
        return 'ZCOUNT';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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