X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/928394cd12eb75c35eac72952b29e4dc9e75d154..38210f7fe571c6b892f539d11d0c69ee1a93d00b:/client-libraries/lua/redis.lua diff --git a/client-libraries/lua/redis.lua b/client-libraries/lua/redis.lua index 2455ceb3..87351745 100644 --- a/client-libraries/lua/redis.lua +++ b/client-libraries/lua/redis.lua @@ -316,7 +316,7 @@ redis_commands = { function(client, command) -- let's fire and forget! the connection is closed as soon -- as the SHUTDOWN command is received by the server. - network.write(command .. protocol.newline) + network.write(client, command .. protocol.newline) end ),