Sha256: ce5cd64f2890a26ac67db98dc68195d371c4c0bd956b0a804a44679ae0ad92e4

Contents?: true

Size: 135 Bytes

Versions: 7

Compression:

Stored size: 135 Bytes

Contents

<?php

namespace Predis\Commands;

class StringGetBit extends Command {
    public function getId() {
        return 'GETBIT';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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