Sha256: 9deccf48776b7b913e2ffdd63dc2b28c36a111f06f270c3e3f094e751c8dde99

Contents?: true

Size: 131 Bytes

Versions: 7

Compression:

Stored size: 131 Bytes

Contents

<?php

namespace Predis\Commands;

class HashLength extends Command {
    public function getId() {
        return 'HLEN';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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