Sha256: 407d1759ccc3ea1eb6fa161952dfe6b832f9d9c3c1c664c9c2710c72df86e6f3

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

<?php

namespace Predis\Commands;

use Predis\Helpers;

class ListPushTail extends Command {
    public function getId() {
        return 'RPUSH';
    }

    protected function filterArguments(Array $arguments) {
        return Helpers::filterVariadicValues($arguments);
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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