TT#5500 proper removal of list: keys from pair db

Change-Id: Ie8d90ff8a3e65beb5cff79e31879823dbe44713d
changes/76/10476/1
Andrew Pogrebennyk 9 years ago
parent dff76b7ba1
commit 0263636a94

@ -128,7 +128,7 @@ end
if not _test_connection(self.pair) then
self.pair = _connect(self.config.pair);
end
local num = self.pair:lrem(callid, 0, key);
local num = self.pair:lrem("list:"..callid, 0, key);
sr.log("dbg", string.format("pair:lrem[%s]=>[%s] %d\n", callid, key, num));
if not _test_connection(self.central) then
self.central = _connect(self.config.central);

Loading…
Cancel
Save