X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/928394cd12eb75c35eac72952b29e4dc9e75d154..9e9c0ce1702db12a71bef5ef877b5bf97c3c935e:/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 ),