瀏覽代碼

Add notice in the example of servers-side scripting with Lua.

Daniele Alessandri 13 年之前
父節點
當前提交
dc9bd4e3a3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      examples/ServerSideScripting.php

+ 2 - 0
examples/ServerSideScripting.php

@@ -11,6 +11,8 @@
 
 
 require 'SharedConfigurations.php';
 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
 // 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
 // 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
 // for our "scripted" commands so that they will appear just like any other command on