mirror of
https://github.com/predis/predis.git
synced 2026-08-24 03:29:32 +00:00
Add notice in the example of servers-side scripting with Lua.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user