From 2010774b68c03ec93b6e8c228f611be369bbc1cb Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Fri, 13 May 2011 21:23:02 +0200 Subject: [PATCH] New command: EVALSHA (Redis v2.4-dev). --- lib/Predis/Commands/ServerEvalSHA.php | 17 +++++++++++++++++ lib/Predis/Profiles/ServerVersionNext.php | 1 + 2 files changed, 18 insertions(+) create mode 100644 lib/Predis/Commands/ServerEvalSHA.php 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', )); } }