Skip to content

Commit 880dda9

Browse files
committed
Merge branch 'patch-2' of https://github.com/jbochi/redis-lua into version-2.0
2 parents 7d9ee62 + 26245c4 commit 880dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redis.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ do
731731
end
732732

733733
if not options.watch then
734-
watch_keys = { }
734+
local watch_keys = { }
735735
for i, v in pairs(options) do
736736
if tonumber(i) then
737737
table.insert(watch_keys, v)

0 commit comments

Comments
 (0)