update examples

This commit is contained in:
Till Krüss
2023-01-17 14:43:40 -08:00
committed by Till Krüss
parent f4bd6d44b1
commit 3c8a811ca3
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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)