Update comment.

This commit is contained in:
Alexey Melnichuk 2015-10-26 12:27:14 +03:00
parent 94240c769b
commit fb0aea39df
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ require "resources.functions.trim";
local api = api or freeswitch.API();
local function send_event(action, key)
-- we need send event only if we use load_balance=true
-- but since this option set only in directory we can not
-- check it here.
local event = freeswitch.Event("MEMCACHE", action);
event:addHeader("API-Command", "memcache");
event:addHeader("API-Command-Argument", action .. " " .. key);