From dc9bd4e3a3cb5d19e4a19ac3d7eb52aba0962574 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sun, 11 Dec 2011 12:41:38 +0100 Subject: [PATCH] Add notice in the example of servers-side scripting with Lua. --- examples/ServerSideScripting.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ServerSideScripting.php b/examples/ServerSideScripting.php index e87cde5f..079bab90 100644 --- a/examples/ServerSideScripting.php +++ b/examples/ServerSideScripting.php @@ -11,6 +11,8 @@ require 'SharedConfigurations.php'; +// This example will not work with versions of Redis < 2.6. +// // Additionally to the EVAL command defined in the current development profile, the new // Predis\Commands\ScriptedCommand base class can be used to build an higher abstraction // for our "scripted" commands so that they will appear just like any other command on