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