mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
Make Predis\Commands\ServerEvalSHA inherited from Predis\Commands\ServerEval.
This commit is contained in:
@@ -2,16 +2,8 @@
|
||||
|
||||
namespace Predis\Commands;
|
||||
|
||||
class ServerEvalSHA extends Command {
|
||||
class ServerEvalSHA extends ServerEval {
|
||||
public function getId() {
|
||||
return 'EVALSHA';
|
||||
}
|
||||
|
||||
protected function onPrefixKeys(Array $arguments, $prefix) {
|
||||
/* NOOP */
|
||||
}
|
||||
|
||||
protected function canBeHashed() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user