From e1f2ee4637726b51973da252b35515174567f5ed Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 5 Jul 2016 20:58:05 +0200 Subject: [PATCH] [Fix] Fix rspamd_redis_make_request syntax in replies plugin --- src/plugins/lua/replies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/replies.lua b/src/plugins/lua/replies.lua index 93d7cc675..b4dd00cb7 100644 --- a/src/plugins/lua/replies.lua +++ b/src/plugins/lua/replies.lua @@ -69,7 +69,7 @@ local function replies_check(task) false, -- is write redis_get_cb, --callback 'GET', -- command - key -- arguments + {key} -- arguments ) if not ret then -- 2.39.5