Sha256: e8bb501ccdb94ee78e4cfb42ff559e3f5fbaba3f1d33f74a360fc25142066f09

Contents?: true

Size: 140 Bytes

Versions: 7

Compression:

Stored size: 140 Bytes

Contents

<?php

namespace Predis\Commands;

class ServerEvalSHA extends ServerEval {
    public function getId() {
        return 'EVALSHA';
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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