Sha256: b886aa9b34b8d3a0ad3ecee5da1771ac6c9483a7d4cfec7b708105d2d2070260

Contents?: true

Size: 139 Bytes

Versions: 7

Compression:

Stored size: 139 Bytes

Contents

<?php

namespace Predis\Commands;

class ListPushHead extends ListPushTail {
    public function getId() {
        return 'LPUSH';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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