Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/jbochi/redis-lua into ve…
Browse files Browse the repository at this point in the history
…rsion-2.0
  • Loading branch information
nrk committed Nov 17, 2014
2 parents 7d9ee62 + 26245c4 commit 880dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ do
end

if not options.watch then
watch_keys = { }
local watch_keys = { }
for i, v in pairs(options) do
if tonumber(i) then
table.insert(watch_keys, v)
Expand Down

0 comments on commit 880dda9

Please sign in to comment.