]> git.saurik.com Git - redis.git/blobdiff - client-libraries/lua/redis.lua
Redis-rb sync
[redis.git] / client-libraries / lua / redis.lua
index 2455ceb3d17b8093aa03c3a2dd77cc8c6070f469..87351745a366467f18e0e400c7c4ab92778032ae 100644 (file)
@@ -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
     ),