Files
predis/lib/Predis/Commands/ServerEvalSHA.php
T

10 lines
140 B
PHP

<?php
namespace Predis\Commands;
class ServerEvalSHA extends ServerEval {
public function getId() {
return 'EVALSHA';
}
}