mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
client libraries synched in git
This commit is contained in:
@ -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
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user