Sha256: 19bade252e0cf0d55f2d7858b518bfe442108804b754ecbde72514d1737da200

Contents?: true

Size: 130 Bytes

Versions: 7

Compression:

Stored size: 130 Bytes

Contents

<?php

namespace Predis\Commands;

class ZSetRank extends Command {
    public function getId() {
        return 'ZRANK';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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