Sha256: f86f2c6f490ff8a5361c464ed931c5c83b35b19b3a9ea8ecca7e5c761ee9db3b

Contents?: true

Size: 418 Bytes

Versions: 7

Compression:

Stored size: 418 Bytes

Contents

<?php

namespace Predis\Profiles;

class ServerVersionNext extends ServerVersion24 {
    public function getVersion() { return '2.6'; }
    public function getSupportedCommands() {
        return array_merge(parent::getSupportedCommands(), array(
            'eval'                      => '\Predis\Commands\ServerEval',
            'evalsha'                   => '\Predis\Commands\ServerEvalSHA',
        ));
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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