Sha256: eeeab52001cfbba40516072ac6b8a8b07d184c415c7a6cdea21215f45779ed54

Contents?: true

Size: 128 Bytes

Versions: 7

Compression:

Stored size: 128 Bytes

Contents

<?php

namespace Predis\Commands;

class KeyType extends Command {
    public function getId() {
        return 'TYPE';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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