mirror of
https://github.com/predis/predis.git
synced 2026-08-19 10:53:20 +00:00
update examples
This commit is contained in:
@@ -30,7 +30,7 @@ use Predis\Replication\ReplicationStrategy;
|
||||
|
||||
class HashMultipleGetAll extends ScriptCommand
|
||||
{
|
||||
const BODY = <<<LUA
|
||||
public const BODY = <<<LUA
|
||||
local hashes = {}
|
||||
for _, key in pairs(KEYS) do
|
||||
table.insert(hashes, key)
|
||||
|
||||
Reference in New Issue
Block a user