diff --git a/lib/Predis/Commands/ServerEvalSHA.php b/lib/Predis/Commands/ServerEvalSHA.php new file mode 100644 index 00000000..a5c1f719 --- /dev/null +++ b/lib/Predis/Commands/ServerEvalSHA.php @@ -0,0 +1,17 @@ + '\Predis\Commands\ServerInfoV24x', 'client' => '\Predis\Commands\ServerClient', 'eval' => '\Predis\Commands\ServerEval', + 'evalsha' => '\Predis\Commands\ServerEvalSHA', )); } }