Sha256: 3dde817d044ba3b6eb53aa8bfd58181a3fb1e1047e4b6bd14a99c15dac6c32f7

Contents?: true

Size: 132 Bytes

Versions: 7

Compression:

Stored size: 132 Bytes

Contents

<?php

namespace Predis\Commands;

class ListRange extends Command {
    public function getId() {
        return 'LRANGE';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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