Sha256: 1b9f6ce11b130462033e39990cae2614d9216e5730bd60a9c18fdb6ff0c070d0

Contents?: true

Size: 130 Bytes

Versions: 7

Compression:

Stored size: 130 Bytes

Contents

<?php

namespace Predis\Commands;

class ListTrim extends Command {
    public function getId() {
        return 'LTRIM';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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